Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions lib/SyTest/Homeserver/Synapse.pm
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,10 @@ sub start
# so this is effectively the minimum.
bcrypt_rounds => 4,

# We remove the ip range blacklist which by default blocks federation
# connections to local homeservers, of which sytest uses extensively
federation_ip_range_blacklist => [],

# If we're using dendron-style split workers, we need to disable these
# things in the main process
start_pushers => ( not $self->{dendron} ),
Expand Down