diff options
author | Tedd Hansen | 2008-01-20 12:05:16 +0000 |
---|---|---|
committer | Tedd Hansen | 2008-01-20 12:05:16 +0000 |
commit | 8ffefd2bd6cb7c1ad7296e771ee2d18988104e89 (patch) | |
tree | 8b458917576b08cbb04aa9a5361ef91d149f96d7 /OpenSim | |
parent | * Found and fixed a situation where a neighbor region would come up send a no... (diff) | |
download | opensim-SC_OLD-8ffefd2bd6cb7c1ad7296e771ee2d18988104e89.zip opensim-SC_OLD-8ffefd2bd6cb7c1ad7296e771ee2d18988104e89.tar.gz opensim-SC_OLD-8ffefd2bd6cb7c1ad7296e771ee2d18988104e89.tar.bz2 opensim-SC_OLD-8ffefd2bd6cb7c1ad7296e771ee2d18988104e89.tar.xz |
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 ;)
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Framework/Data.MySQL/MySQLDataStore.cs | 2 |
1 files changed, 2 insertions, 0 deletions
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 | |||
416 | 416 | ||
417 | public void StoreLandObject(Land parcel, LLUUID regionUUID) | 417 | public void StoreLandObject(Land parcel, LLUUID regionUUID) |
418 | { | 418 | { |
419 | MainLog.Instance.Verbose("DATASTORE", "Tedds temp fix: Waiting 3 seconds for stuff to catch up. (Someone please fix! :))"); | ||
420 | System.Threading.Thread.Sleep(3000); | ||
419 | lock (m_dataSet) | 421 | lock (m_dataSet) |
420 | { | 422 | { |
421 | DataTable land = m_landTable; | 423 | DataTable land = m_landTable; |