mirror of
https://github.com/wassname/talk.git
synced 2026-09-09 11:38:08 +08:00
[CORL-416] Disable Live Updates (#2391)
* feat: initial implementation * fix: docs
This commit is contained in:
@@ -181,6 +181,14 @@ const config = convict({
|
||||
env: "DISABLE_TENANT_CACHING",
|
||||
arg: "disableTenantCaching",
|
||||
},
|
||||
disable_live_updates: {
|
||||
doc:
|
||||
"Disables subscriptions for the comment stream for all stories across all tenants",
|
||||
format: Boolean,
|
||||
default: false,
|
||||
env: "DISABLE_LIVE_UPDATES",
|
||||
arg: "disableLiveUpdates",
|
||||
},
|
||||
disable_mongodb_autoindexing: {
|
||||
doc: "Disables the creation of new MongoDB indexes",
|
||||
format: Boolean,
|
||||
|
||||
Reference in New Issue
Block a user