Skip to content

Fixes for running Synapse in worker mode. #116

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 24, 2021
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion dockerfiles/SynapseWorkers.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN pg_ctlcluster 11 main start && su postgres -c "echo \
# and the disabling of rate-limiting
COPY synapse/workers-shared.yaml /conf/workers/shared.yaml

WORKDIR /root
WORKDIR /data

# Copy the caddy config
COPY synapse/caddy.complement.json /root/caddy.json
Expand Down
2 changes: 2 additions & 0 deletions dockerfiles/synapse/workers-shared.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,5 @@ federation_rr_transactions_per_room_per_second: 9999
experimental_features:
# Enable knocking support
msc2403_enabled: true
# Enable spaces support
spaces_enabled: true
Comment on lines +67 to +68
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No really related, but it makes it consistent with the standard synapse config.