mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-11 06:46:10 +00:00
This reverts commit 7da16f49086fc21ce10766eb0cc00decc9d0fd81.
This commit is contained in:
parent
c8c819359c
commit
0fce8ad0d7
@ -626,8 +626,7 @@ proc onSlotEnd(node: BeaconNode, slot, nextSlot: Slot) =
|
||||
|
||||
# Checkpoint the database to clear the WAL file and make sure changes in
|
||||
# the database are synced with the filesystem.
|
||||
if slot mod 4 == 0:
|
||||
node.db.checkpoint()
|
||||
node.db.checkpoint()
|
||||
|
||||
info "Slot end",
|
||||
slot = shortLog(slot),
|
||||
|
Loading…
x
Reference in New Issue
Block a user