* Reduced sleep durations in a number of files.

This commit is contained in:
Adam Frisby
2008-05-08 04:47:38 +00:00
parent 80cbd468ea
commit ba8ff761c0
5 changed files with 6 additions and 18 deletions

View File

@@ -431,12 +431,6 @@ namespace OpenSim.Data.MSSQL
public void StoreLandObject(ILandObject parcel)
{
// Instance.StoreLandObject(parcel, regionUUID);
// Does the new locking fix it?
// m_log.Info("[DATASTORE]: Tedds temp fix: Waiting 3 seconds to avoid others writing to table while we hold a dataset of it. (Someone please fix! :))");
// System.Threading.Thread.Sleep(2500 + rnd.Next(0, 1000));
lock (m_dataSet)
{
DataTable land = m_landTable;