mirror of
https://github.com/status-im/status-go.git
synced 2025-01-22 04:31:30 +00:00
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…
x
Reference in New Issue
Block a user