mirror of
https://github.com/opensim/opensim.git
synced 2026-05-20 23:35:47 +08:00
Change the close tmeout from 2 to 3 seconds on teleport. This may
prevent being logged out after a successful teleport.
This commit is contained in:
@@ -648,7 +648,7 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
|
||||
//
|
||||
// This sleep can be increased if necessary. However, whilst it's active,
|
||||
// an agent cannot teleport back to this region if it has teleported away.
|
||||
Thread.Sleep(2000);
|
||||
Thread.Sleep(3000);
|
||||
|
||||
sp.Scene.IncomingCloseAgent(sp.UUID);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user