DEV: Hide message bus site settings (#15009)

Admins don't need to be changing these.
This commit is contained in:
Daniel Waterworth 2021-11-18 11:36:34 -06:00 committed by GitHub
parent 135fdd59ed
commit 510219a0da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1863,26 +1863,33 @@ developer:
hidden: true hidden: true
default: "" default: ""
enable_long_polling: enable_long_polling:
hidden: true
client: true client: true
default: true default: true
enable_chunked_encoding: enable_chunked_encoding:
hidden: true
client: true client: true
default: true default: true
long_polling_interval: long_polling_interval:
hidden: true
default: 25000 default: 25000
max: 25000 max: 25000
long_polling_base_url: long_polling_base_url:
hidden: true
client: true client: true
default: "/" default: "/"
background_polling_interval: background_polling_interval:
hidden: true
client: true client: true
default: 60000 default: 60000
max: 99000 max: 99000
polling_interval: polling_interval:
hidden: true
client: true client: true
default: 3000 default: 3000
max: 99000 max: 99000
anon_polling_interval: anon_polling_interval:
hidden: true
client: true client: true
default: 30000 default: 30000
max: 99000 max: 99000