From e3432b8f63a8fc17e506033fe4e1c568c8f88b9a Mon Sep 17 00:00:00 2001 From: Melanie Date: Thu, 17 Jun 2010 17:48:34 +0100 Subject: Revert "Set command timeout to infinity on migrations" This reverts commit 51d30fd34a950e0cd71d61ce0666a6d1e90bf233. --- OpenSim/Data/MySQL/MySQLMigrations.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'OpenSim') diff --git a/OpenSim/Data/MySQL/MySQLMigrations.cs b/OpenSim/Data/MySQL/MySQLMigrations.cs index 4ad0e9b..81a0e83 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(); } } -- cgit v1.1