measured new_signage_point_harvester size with 100 pools for limit (#17350)

This commit is contained in:
wjblanke 2024-01-19 18:51:23 -08:00 committed by GitHub
parent 84f3e3d9f2
commit 4ec439f789
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -74,7 +74,7 @@ rate_limits = {
"rate_limits_other": {
ProtocolMessageTypes.handshake: RLSettings(5, 10 * 1024, 5 * 10 * 1024),
ProtocolMessageTypes.harvester_handshake: RLSettings(5, 1024 * 1024),
ProtocolMessageTypes.new_signage_point_harvester: RLSettings(100, 1024),
ProtocolMessageTypes.new_signage_point_harvester: RLSettings(100, 4886), # Size with 100 pool list
ProtocolMessageTypes.new_proof_of_space: RLSettings(100, 2048),
ProtocolMessageTypes.request_signatures: RLSettings(100, 2048),
ProtocolMessageTypes.respond_signatures: RLSettings(100, 2048),