Update chain/sub/bcast/consistent.go
Co-authored-by: Aayush Rajasekaran <arajasek94@gmail.com>
This commit is contained in:
parent
c11ffa58a8
commit
f59c246c7a
@ -19,7 +19,7 @@ import (
|
|||||||
var log = logging.Logger("sub-cb")
|
var log = logging.Logger("sub-cb")
|
||||||
|
|
||||||
const (
|
const (
|
||||||
// GcSanityCheck determines the number of epochs that in the past
|
// GcSanityCheck determines the number of epochs in the past
|
||||||
// that will be garbage collected from the current epoch.
|
// that will be garbage collected from the current epoch.
|
||||||
GcSanityCheck = 5
|
GcSanityCheck = 5
|
||||||
// GcLookback determines the number of epochs kept in the consistent
|
// GcLookback determines the number of epochs kept in the consistent
|
||||||
|
Loading…
Reference in New Issue
Block a user