Improve streaming server with cluster (#1970)
This commit is contained in:
parent
7a5086729a
commit
64e1d51025
2 changed files with 272 additions and 248 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue