From 7e65697142b386f853076289ece35786dc2bc51a Mon Sep 17 00:00:00 2001 From: idb Date: Mon, 8 Dec 2008 18:55:19 +0000 Subject: Reinstate setting timeout to never, the default 30 second timeout was causing problems with big migrations --- OpenSim/Data/Migration.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim') 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 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) -- cgit v1.1