Skip to content

Commit

Permalink
Synapse: increase presence ratelimit for tests (#1394)
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 authored Jan 24, 2025
1 parent 14ba2c5 commit 97f26d5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/SyTest/Homeserver/Synapse.pm
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,13 @@ sub start
},
},

rc_presence => {
per_user => {
per_second => 1000,
burst_count => 1000,
},
},

enable_registration => "true",
enable_registration_without_verification => "true",
databases => \%db_configs,
Expand Down

0 comments on commit 97f26d5

Please sign in to comment.