added 250L wait to network selector
This commit is contained in:
@@ -87,8 +87,8 @@ public abstract class AbstractConnectionManager extends ControlledRunnable {
|
|||||||
|
|
||||||
this.processChangeRequests();
|
this.processChangeRequests();
|
||||||
this.auditSocketChannelToConnectionMap();
|
this.auditSocketChannelToConnectionMap();
|
||||||
this.selector.select();
|
//this.selector.select();
|
||||||
//this.selector.select(250L);
|
this.selector.select(250L);
|
||||||
this.processNewEvents();
|
this.processNewEvents();
|
||||||
|
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user