Home
last modified time | relevance | path

Searched refs:DEFAULT_PROCESS_PERIOD (Results 1 – 2 of 2) sorted by last modified time

/unit/src/java/nginx/unit/websocket/
H A DWsWebSocketContainer.java102 private int processPeriod = Constants.DEFAULT_PROCESS_PERIOD;
H A DConstants.java118 static final int DEFAULT_PROCESS_PERIOD = Integer.getInteger( field in Constants