add options not exposed on the cmd
This commit is contained in:
parent
38c4b9c618
commit
cb68d1a71a
@ -438,3 +438,31 @@ dev_mode = reload
|
|||||||
; --limit-request | type = int | Maximum number of request to be processed per worker (default 8192).
|
; --limit-request | type = int | Maximum number of request to be processed per worker (default 8192).
|
||||||
; ------
|
; ------
|
||||||
; limit_request = 8192
|
; limit_request = 8192
|
||||||
|
|
||||||
|
; ===========================================
|
||||||
|
; | Options not exposed on the command line |
|
||||||
|
; ===========================================
|
||||||
|
; ------
|
||||||
|
; csv_internal_sep | Internal CSV separator character
|
||||||
|
; ------
|
||||||
|
; csv_internal_sep = ,
|
||||||
|
; ------
|
||||||
|
; default_productivity_apps | type = bool | Install default productivity apps in new databases
|
||||||
|
; ------
|
||||||
|
; default_productivity_apps = False
|
||||||
|
; ------
|
||||||
|
; reportgz | type = bool | Enable gzip compression for reports
|
||||||
|
; ------
|
||||||
|
; reportgz = False
|
||||||
|
; ------
|
||||||
|
; websocket_keep_alive_timeout | type = int | WebSocket keep-alive timeout in seconds
|
||||||
|
; ------
|
||||||
|
; websocket_keep_alive_timeout = 3600
|
||||||
|
; ------
|
||||||
|
; websocket_rate_limit_burst | type = int | WebSocket rate limit burst size
|
||||||
|
; ------
|
||||||
|
; websocket_rate_limit_burst = 10
|
||||||
|
; ------
|
||||||
|
; websocket_rate_limit_delay | type = float | WebSocket rate limit delay in seconds
|
||||||
|
; ------
|
||||||
|
; websocket_rate_limit_delay = 0.2
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user