diff options
Diffstat (limited to 'les/bloombits.go')
-rw-r--r-- | les/bloombits.go | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/les/bloombits.go b/les/bloombits.go index de233d751..2871a9006 100644 --- a/les/bloombits.go +++ b/les/bloombits.go @@ -72,13 +72,3 @@ func (eth *LightEthereum) startBloomHandlers() { }() } } - -const ( - // bloomConfirms is the number of confirmation blocks before a bloom section is - // considered probably final and its rotated bits are calculated. - bloomConfirms = 256 - - // bloomThrottling is the time to wait between processing two consecutive index - // sections. It's useful during chain upgrades to prevent disk overload. - bloomThrottling = 100 * time.Millisecond -) |