chore(waku2)_: increase store query pagesize (#5341)

This commit is contained in:
richΛrd 2024-06-14 12:35:16 -04:00 committed by GitHub
parent b18baea5cd
commit 4c090d5699
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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