Skip to content

Commit

Permalink
chore_: increase max hash query length
Browse files Browse the repository at this point in the history
  • Loading branch information
kaichaosun committed Jun 7, 2024
1 parent 634b97e commit 8b4aa3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wakuv2/waku.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const requestTimeout = 30 * time.Second
const bootnodesQueryBackoffMs = 200
const bootnodesMaxRetries = 7
const cacheTTL = 20 * time.Minute
const maxHashQueryLength = 20
const maxHashQueryLength = 100
const hashQueryInterval = 5 * time.Second
const messageSentPeriod = 5 // in seconds

Expand Down

0 comments on commit 8b4aa3a

Please sign in to comment.