Reduce size multiplier
This commit is contained in:
parent
29cdec151d
commit
ad77ebf654
2 changed files with 2 additions and 1 deletions
1
go.sum
1
go.sum
|
@ -279,6 +279,7 @@ github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljT
|
|||
github.com/urfave/cli v1.22.1/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0=
|
||||
github.com/vmihailenco/msgpack/v5 v5.0.0-beta.8 h1:R2L6zPq1pWFumpeIxAJoeiov5GxyEZUq9NyS8eus/6s=
|
||||
github.com/vmihailenco/msgpack/v5 v5.0.0-beta.8/go.mod h1:HVxBVPUK/+fZMonk4bi1islLa8V3cfnBug0+4dykPzo=
|
||||
github.com/vmihailenco/msgpack/v5 v5.0.0-beta.9 h1:iBRIniTnWOo0kqkg3k3XR8Vn6OCkVlIuZNo0UoBrKx4=
|
||||
github.com/vmihailenco/msgpack/v5 v5.0.0-beta.9/go.mod h1:HVxBVPUK/+fZMonk4bi1islLa8V3cfnBug0+4dykPzo=
|
||||
github.com/vmihailenco/tagparser v0.1.2 h1:gnjoVuB/kljJ5wICEEOpx98oXMWPLj22G67Vbd1qPqc=
|
||||
github.com/vmihailenco/tagparser v0.1.2/go.mod h1:OeAg3pn3UbLjkWt+rN9oFYB6u/cQgqMEUPoW2WPyhdI=
|
||||
|
|
|
@ -52,7 +52,7 @@ const (
|
|||
// estimate for pre-fetching blocks. In other words,
|
||||
// this is the estimated memory overhead for each
|
||||
// block fetched by the indexer.
|
||||
sizeMultiplier = 15
|
||||
sizeMultiplier = 5
|
||||
|
||||
// zeroValue is 0 as a string
|
||||
zeroValue = "0"
|
||||
|
|
Loading…
Reference in a new issue