Skip to content

Commit de894b1

Browse files
committed
Synapse: increase test delayed evt mgmt ratelimit
Targets config key added by element-hq/synapse#18019
1 parent 97f26d5 commit de894b1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/SyTest/Homeserver/Synapse.pm

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,11 @@ sub start
236236
},
237237
},
238238

239+
rc_delayed_event_mgmt => {
240+
per_second => 1000,
241+
burst_count => 1000,
242+
}
243+
239244
enable_registration => "true",
240245
enable_registration_without_verification => "true",
241246
databases => \%db_configs,

0 commit comments

Comments
 (0)