added 250L wait to network selector
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user