We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cc62f7 commit 8d8a736Copy full SHA for 8d8a736
1 file changed
cassandra/timestamps.py
@@ -53,7 +53,7 @@ class MonotonicTimestampGenerator(object):
53
Defaults to 1 second.
54
"""
55
56
- def __init__(self, warn_on_drift=True, warning_threshold=warning_threshold, warning_interval=warning_interval):
+ def __init__(self, warn_on_drift=True, warning_threshold=1, warning_interval=1):
57
self.lock = Lock()
58
with self.lock:
59
self.last = 0
0 commit comments