Skip to content

Commit 31dcc54

Browse files
committed
revert metrics interval change
1 parent 07d08fe commit 31dcc54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ethdb/pebble/pebble.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const (
4747

4848
// metricsGatheringInterval specifies the interval to retrieve pebble database
4949
// compaction, io and pause stats to report to the user.
50-
metricsGatheringInterval = 100 * time.Millisecond //3 * time.Second
50+
metricsGatheringInterval = 3 * time.Second
5151
)
5252

5353
// Database is a persistent key-value store based on the pebble storage engine.

0 commit comments

Comments
 (0)