From 8ffefd2bd6cb7c1ad7296e771ee2d18988104e89 Mon Sep 17 00:00:00 2001 From: Tedd Hansen Date: Sun, 20 Jan 2008 12:05:16 +0000 Subject: Tedds temp fix for startup crash: Waiting 3 seconds for stuff to catch up. (Someone please fix! :)) Lets see if it works every time or just some ;) --- OpenSim/Framework/Data.MySQL/MySQLDataStore.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'OpenSim') diff --git a/OpenSim/Framework/Data.MySQL/MySQLDataStore.cs b/OpenSim/Framework/Data.MySQL/MySQLDataStore.cs index c76748d..a314d2e 100644 --- a/OpenSim/Framework/Data.MySQL/MySQLDataStore.cs +++ b/OpenSim/Framework/Data.MySQL/MySQLDataStore.cs @@ -416,6 +416,8 @@ namespace OpenSim.Framework.Data.MySQL public void StoreLandObject(Land parcel, LLUUID regionUUID) { + MainLog.Instance.Verbose("DATASTORE", "Tedds temp fix: Waiting 3 seconds for stuff to catch up. (Someone please fix! :))"); + System.Threading.Thread.Sleep(3000); lock (m_dataSet) { DataTable land = m_landTable; -- cgit v1.1