Update chain/sub/bcast/consistent.go
Co-authored-by: Aayush Rajasekaran <arajasek94@gmail.com>
This commit is contained in:
parent
103d786c72
commit
682ddf6ffa
@ -25,7 +25,7 @@ const (
|
||||
GcLookback = 5
|
||||
// GcDeepCheck determines the number of epochs in the past that we
|
||||
// we try cleaning in the deep garbage collection round.
|
||||
GcDeepCheck = 2880 // (24h*60m*60s)/30s per block
|
||||
GcDeepCheck = 2880 // (24h*60m*60s)/30s per epoch
|
||||
// GcDeepInterval determines after the number of epochs for which
|
||||
// we are going to start a deeper garbage collection round.
|
||||
GcDeepInterval = 1000
|
||||
|
||||
Loading…
Reference in New Issue
Block a user