c5577418b7
Why make this change? Currently we only rate limit by number of messages. This works well if we want to limit a large amount of small messages but breaks down if sending a smaller amount of large messages. This commit extends the current code to limit by size as well, setting the default to 1MB per second, which should be enough. What has changed? - Rate limiter for waku only |
||
---|---|---|
.. | ||
cluster.go | ||
config.go | ||
config_test.go | ||
defaults.go | ||
validator.go | ||
version.go | ||
version_test.go |