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