Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
smadappa committed Jul 14, 2016
1 parent 8c4ce3f commit 3e86316
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,13 @@ public class EVCacheClientPool implements Runnable, EVCacheClientPoolMBean {
private final DynamicIntProperty logOperations;
private final DynamicStringSetProperty logOperationCalls;

/* Experimental Properties - Start */
private final DynamicIntProperty _opQueueMaxBlockTime; // Timeout for adding an operation
private final DynamicIntProperty _operationTimeout;// Timeout for write operation
private final DynamicIntProperty _maxReadQueueSize;
private final DynamicIntProperty reconcileInterval;
private final DynamicIntProperty _maxRetries;

private final BooleanProperty _pingServers;
/* Experimental Properties - End */

@SuppressWarnings("serial")
private final Map<ServerGroup, BooleanProperty> writeOnlyFastPropertyMap = new ConcurrentHashMap<ServerGroup, BooleanProperty>() {
Expand Down

0 comments on commit 3e86316

Please sign in to comment.