You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -194,6 +194,8 @@ If you're using the default tenant, the URL is `ws://realtime-dev.localhost:4000
194
194
| BROADCAST_POOL_SIZE | number | Number of processes to relay Phoenix.PubSub messages across the cluster |
195
195
| POSTGRES_CDC_SCOPE_SHARDS | number | Number of dynamic supervisor partitions used by the Postgres CDC extension. Defaults to 5. |
196
196
| USERS_SCOPE_SHARDS | number | Number of dynamic supervisor partitions used by the Users extension. Defaults to 5. |
197
+
| NO_CHANNEL_TIMEOUT_IN_MS | number | Time in ms to check if a socket has no channels open and if so, disconnect it. Defaults to 10 minutes. |
198
+
| EGRESS_TELEMETRY_INTERVAL_IN_MS | number | Time in ms to send telemetry for egress. Defaults to 15 seconds. |
197
199
198
200
The OpenTelemetry variables mentioned above are not an exhaustive list of all [supported environment variables](https://opentelemetry.io/docs/languages/sdk-configuration/).
0 commit comments