Revert "Set command timeout to infinity on migrations"

This reverts commit 51d30fd34a.
This commit is contained in:
Melanie
2010-06-17 17:48:34 +01:00
parent 51d30fd34a
commit e3432b8f63

View File

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