We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3787687 commit 4a1a695Copy full SHA for 4a1a695
chia/server/rate_limit_numbers.py
@@ -24,6 +24,8 @@ class RLSettings:
24
# this class is used to indicate that a message type is not subject to a rate
25
# limit, but just a per-message size limit. This may be appropriate for response
26
# messages that are implicitly limited by their corresponding request message
27
+# Unlimited message types are also not subject to the overall limit across all
28
+# messages (just like messages in the "tx" category)
29
@dataclasses.dataclass(frozen=True)
30
class Unlimited:
31
max_size: int # Max size of each request
0 commit comments