Skip to content

Commit ba18610

Browse files
committed
Slightly increase the delay of initial snapshot report.
1 parent 223621f commit ba18610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instana/meter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def to_dict(self):
106106

107107
class Meter(object):
108108
SNAPSHOT_PERIOD = 600
109-
snapshot_countdown = 25
109+
snapshot_countdown = 35
110110
sensor = None
111111
last_usage = None
112112
last_collect = None

0 commit comments

Comments
 (0)