Revert "Set command timeout to infinity on migrations"

This reverts commit 51d30fd34a.
0.7-release
Melanie 2010-06-17 17:48:34 +01:00
parent 51d30fd34a
commit e3432b8f63
1 changed files with 0 additions and 1 deletions

View File

@ -75,7 +75,6 @@ namespace OpenSim.Data.MySQL
{
throw new Exception(sql);
};
scr.CommandTimeout = 0;
scr.Execute();
}
}