Skip to content

Commit d99afda

Browse files
committed
Revert "triedb/pathdb: for test"
This reverts commit 2868af3.
1 parent d984450 commit d99afda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

triedb/pathdb/database.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const (
4747
// Too large buffer will cause the system to pause for a long
4848
// time when write happens. Also, the largest batch that pebble can
4949
// support is 4GB, node will panic if batch size exceeds this limit.
50-
maxBufferSize = 64 * 1024 * 1024
50+
maxBufferSize = 256 * 1024 * 1024
5151

5252
// defaultBufferSize is the default memory allowance of node buffer
5353
// that aggregates the writes from above until it's flushed into the

0 commit comments

Comments
 (0)