You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix some argument names in README.md
* PollingModes.autoPoll is actually in seconds
* fix javadoc: pollRateDuration is actually in milliseconds
---------
Co-authored-by: Nate Ridderman <[email protected]>
Copy file name to clipboardExpand all lines: src/main/kotlin/io/getunleash/polling/AutoPollingMode.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
packageio.getunleash.polling
2
2
3
3
/**
4
-
* @param pollRateDuration - How long (in seconds) between each poll
4
+
* @param pollRateDuration - How long (in milliseconds) between each poll
5
5
* @param togglesUpdatedListener - A listener that will be notified each time a poll actually updates the evaluation result
6
6
* @param erroredListener - A listener that will be notified each time a poll fails. The notification will include the Exception
7
7
* @param togglesCheckedListener - A listener that will be notified each time a poll completed. Will be called regardless of the check succeeded or failed.
0 commit comments