added 250L wait to network selector

This commit is contained in:
2025-02-06 17:48:29 -06:00
parent b674625f7b
commit ec4cad5e19
@@ -87,8 +87,8 @@ public abstract class AbstractConnectionManager extends ControlledRunnable {
this.processChangeRequests();
this.auditSocketChannelToConnectionMap();
this.selector.select();
//this.selector.select(250L);
//this.selector.select();
this.selector.select(250L);
this.processNewEvents();
} catch (Exception e) {