about summary refs log tree commit diff
path: root/.env.production.sample
diff options
context:
space:
mode:
authorgeta6 <getakura@gmail.com>2017-04-17 11:32:30 +0900
committerEugen <eugen@zeonfederated.com>2017-04-17 04:32:30 +0200
commit64e1d510259d784c1103d9ff2c738f5e2ba1a31d (patch)
tree7c7d617c12741f2f2b287836b4c0416e53a2904a /.env.production.sample
parent7a5086729affa01f44eda3ad72da147abb4377c5 (diff)
Improve streaming server with cluster (#1970)
Diffstat (limited to '.env.production.sample')
-rw-r--r--.env.production.sample4
1 files changed, 4 insertions, 0 deletions
diff --git a/.env.production.sample b/.env.production.sample
index 9011dc217..6555cb12a 100644
--- a/.env.production.sample
+++ b/.env.production.sample
@@ -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