We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52d2629 commit 8b925b0Copy full SHA for 8b925b0
counterparty-core/counterpartycore/lib/monitors/profiler.py
@@ -108,7 +108,7 @@ def run(self):
108
self.start_profiling()
109
last_report_time = time.time()
110
111
- self.stop_event.wait(timeout=30)
+ self.stop_event.wait(timeout=(self.interval_minutes * 60) / 2)
112
113
def stop(self):
114
"""Stops the profiling thread"""
0 commit comments