mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
* Reduced sleep durations in a number of files.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user