Skip to content

Commit

Permalink
Improve streaming server with cluster (mastodon#1970)
Browse files Browse the repository at this point in the history
  • Loading branch information
geta6 authored and Gargron committed Apr 17, 2017
1 parent 7a50867 commit 64e1d51
Show file tree
Hide file tree
Showing 2 changed files with 248 additions and 224 deletions.
4 changes: 4 additions & 0 deletions .env.production.sample
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,7 @@ SMTP_FROM_ADDRESS=notifications@example.com
# Advanced settings
# If you need to use pgBouncer, you need to disable prepared statements:
# PREPARED_STATEMENTS=false

# Cluster number setting for streaming API server.
# If you comment out following line, cluster number will be `numOfCpuCores - 1`.
STREAMING_CLUSTER_NUM=1
Loading

0 comments on commit 64e1d51

Please sign in to comment.