chore(waku2)_: increase store query pagesize (#5341)
This commit is contained in:
parent
b18baea5cd
commit
4c090d5699
|
@ -22,7 +22,7 @@ import (
|
||||||
|
|
||||||
const (
|
const (
|
||||||
initialStoreNodeRequestPageSize = 4
|
initialStoreNodeRequestPageSize = 4
|
||||||
defaultStoreNodeRequestPageSize = 20
|
defaultStoreNodeRequestPageSize = 50
|
||||||
|
|
||||||
// tolerance is how many seconds of potentially out-of-order messages we want to fetch
|
// tolerance is how many seconds of potentially out-of-order messages we want to fetch
|
||||||
tolerance uint32 = 60
|
tolerance uint32 = 60
|
||||||
|
|
Loading…
Reference in New Issue