* 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

@@ -100,7 +100,8 @@ namespace OpenSim.Region.Modules.AvatarFactory
}
else
{
Thread.Sleep(5000); //why is this here?
// BUG: !? (Reduced from 5000 to 500 by Adam)
Thread.Sleep(500); //why is this here?
//this is the first thread to request this appearance
//so let it check the db and if not found then create a default appearance