diff --git a/OpenSim/Data/MySQL/MySQLMigrations.cs b/OpenSim/Data/MySQL/MySQLMigrations.cs index 4ad0e9bd25..81a0e837ea 100644 --- a/OpenSim/Data/MySQL/MySQLMigrations.cs +++ b/OpenSim/Data/MySQL/MySQLMigrations.cs @@ -75,7 +75,6 @@ namespace OpenSim.Data.MySQL { throw new Exception(sql); }; - scr.CommandTimeout = 0; scr.Execute(); } }