mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Reinstate setting timeout to never, the default 30 second timeout was causing problems with big migrations
This commit is contained in:
@@ -137,7 +137,7 @@ namespace OpenSim.Data
|
||||
int newversion = kvp.Key;
|
||||
cmd.CommandText = kvp.Value;
|
||||
// we need to up the command timeout to infinite as we might be doing long migrations.
|
||||
//cmd.CommandTimeout = 0;
|
||||
cmd.CommandTimeout = 0;
|
||||
cmd.ExecuteNonQuery();
|
||||
|
||||
if (version == 0)
|
||||
|
||||
Reference in New Issue
Block a user