From 51d30fd34a950e0cd71d61ce0666a6d1e90bf233 Mon Sep 17 00:00:00 2001 From: Melanie Date: Thu, 17 Jun 2010 17:43:40 +0100 Subject: Set command timeout to infinity on migrations --- OpenSim/Data/MySQL/MySQLMigrations.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Data/MySQL/MySQLMigrations.cs') diff --git a/OpenSim/Data/MySQL/MySQLMigrations.cs b/OpenSim/Data/MySQL/MySQLMigrations.cs index 81a0e83..4ad0e9b 100644 --- a/OpenSim/Data/MySQL/MySQLMigrations.cs +++ b/OpenSim/Data/MySQL/MySQLMigrations.cs @@ -75,6 +75,7 @@ namespace OpenSim.Data.MySQL { throw new Exception(sql); }; + scr.CommandTimeout = 0; scr.Execute(); } } -- cgit v1.1