mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-30 00:15:57 -04:00
Decreased LD time before removal (5->1 min)
This commit is contained in:
@@ -767,7 +767,7 @@ public class SimulationService implements INetworkDispatch {
|
||||
if(core.objectService.getObject(objectId).getAttachment("disconnectTask") != null)
|
||||
core.connectionService.disconnect(client);
|
||||
}
|
||||
}, 5, TimeUnit.MINUTES);
|
||||
}, 1, TimeUnit.MINUTES);
|
||||
core.removeClient(session);
|
||||
|
||||
object.setAttachment("disconnectTask", disconnectTask);
|
||||
|
||||
Reference in New Issue
Block a user