aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Migration.cs
diff options
context:
space:
mode:
authoridb2008-12-08 18:55:19 +0000
committeridb2008-12-08 18:55:19 +0000
commit7e65697142b386f853076289ece35786dc2bc51a (patch)
tree47e467a7e83ace4a9e83228b65bf2846ae866c75 /OpenSim/Data/Migration.cs
parentchange a UUID cast to an actual new UUID call to be consistant with (diff)
downloadopensim-SC_OLD-7e65697142b386f853076289ece35786dc2bc51a.zip
opensim-SC_OLD-7e65697142b386f853076289ece35786dc2bc51a.tar.gz
opensim-SC_OLD-7e65697142b386f853076289ece35786dc2bc51a.tar.bz2
opensim-SC_OLD-7e65697142b386f853076289ece35786dc2bc51a.tar.xz
Reinstate setting timeout to never, the default 30 second timeout was causing problems with big migrations
Diffstat (limited to 'OpenSim/Data/Migration.cs')
-rw-r--r--OpenSim/Data/Migration.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/Migration.cs b/OpenSim/Data/Migration.cs
index 332b8ec..a9945b6 100644
--- a/OpenSim/Data/Migration.cs
+++ b/OpenSim/Data/Migration.cs
@@ -137,7 +137,7 @@ namespace OpenSim.Data
137 int newversion = kvp.Key; 137 int newversion = kvp.Key;
138 cmd.CommandText = kvp.Value; 138 cmd.CommandText = kvp.Value;
139 // we need to up the command timeout to infinite as we might be doing long migrations. 139 // we need to up the command timeout to infinite as we might be doing long migrations.
140 //cmd.CommandTimeout = 0; 140 cmd.CommandTimeout = 0;
141 cmd.ExecuteNonQuery(); 141 cmd.ExecuteNonQuery();
142 142
143 if (version == 0) 143 if (version == 0)