We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07d08fe commit 31dcc54Copy full SHA for 31dcc54
ethdb/pebble/pebble.go
@@ -47,7 +47,7 @@ const (
47
48
// metricsGatheringInterval specifies the interval to retrieve pebble database
49
// compaction, io and pause stats to report to the user.
50
- metricsGatheringInterval = 100 * time.Millisecond //3 * time.Second
+ metricsGatheringInterval = 3 * time.Second
51
)
52
53
// Database is a persistent key-value store based on the pebble storage engine.
0 commit comments