Github user Randgalt commented on a diff in the pull request:
https://github.com/apache/curator/pull/242#discussion_r155086416
--- Diff:
curator-framework/src/main/java/org/apache/curator/framework/imps/OperationAndData.java
---
@@ -115,6 +115,11 @@ BackgroundCallback getCallback()
return operation;
}
+ void clearSleep()
+ {
+ sleepUntilTimeMs.set(0);
--- End diff --
But 0 is fine and very clear---
