mirror of
https://github.com/logos-messaging/storenode-messages-counter.git
synced 2026-01-02 06:03:07 +00:00
chore: reduce rate limit
This commit is contained in:
parent
aa06ad58d8
commit
cea218f57a
@ -125,6 +125,7 @@ func Execute(ctx context.Context, options Options) error {
|
||||
node.WithNTP(),
|
||||
node.WithClusterID(uint16(options.ClusterID)),
|
||||
node.WithHostAddress(hostAddr),
|
||||
node.WithWakuStoreRateLimit(7),
|
||||
)
|
||||
if err != nil {
|
||||
return err
|
||||
|
||||
2
go.mod
2
go.mod
@ -18,7 +18,7 @@ require (
|
||||
github.com/multiformats/go-multiaddr v0.12.4
|
||||
github.com/prometheus/client_golang v1.19.1
|
||||
github.com/urfave/cli/v2 v2.27.2
|
||||
github.com/waku-org/go-waku v0.8.1-0.20240918210937-f0acee4d1dd3
|
||||
github.com/waku-org/go-waku v0.8.1-0.20240918212751-280039120431
|
||||
go.opencensus.io v0.24.0
|
||||
go.uber.org/zap v1.27.0
|
||||
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842
|
||||
|
||||
2
go.sum
2
go.sum
@ -826,6 +826,8 @@ github.com/waku-org/go-libp2p-rendezvous v0.0.0-20240110193335-a67d1cc760a0 h1:R
|
||||
github.com/waku-org/go-libp2p-rendezvous v0.0.0-20240110193335-a67d1cc760a0/go.mod h1:EhZP9fee0DYjKH/IOQvoNSy1tSHp2iZadsHGphcAJgY=
|
||||
github.com/waku-org/go-waku v0.8.1-0.20240918210937-f0acee4d1dd3 h1:K03h68dOG+lOj+giCqrocjYd4cG9o3mIB/Lvf0HXitk=
|
||||
github.com/waku-org/go-waku v0.8.1-0.20240918210937-f0acee4d1dd3/go.mod h1:VNbVmh5UYg3vIvhGV4hCw8QEykq3RScDACo2Y2dIFfg=
|
||||
github.com/waku-org/go-waku v0.8.1-0.20240918212751-280039120431 h1:Sde2PGGSIITeVLLTcIFGX0wg4UVic9E/BadqweXPY40=
|
||||
github.com/waku-org/go-waku v0.8.1-0.20240918212751-280039120431/go.mod h1:VNbVmh5UYg3vIvhGV4hCw8QEykq3RScDACo2Y2dIFfg=
|
||||
github.com/waku-org/go-zerokit-rln v0.1.14-0.20240102145250-fa738c0bdf59 h1:jisj+OCI6QydLtFq3Pyhu49wl9ytPN7oAHjMfepHDrA=
|
||||
github.com/waku-org/go-zerokit-rln v0.1.14-0.20240102145250-fa738c0bdf59/go.mod h1:1PdBdPzyTaKt3VnpAHk3zj+r9dXPFOr3IHZP9nFle6E=
|
||||
github.com/waku-org/go-zerokit-rln-apple v0.0.0-20230916172309-ee0ee61dde2b h1:KgZVhsLkxsj5gb/FfndSCQu6VYwALrCOgYI3poR95yE=
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user