add API setting for UI live updates

include context data

update help text
This commit is contained in:
AlanCoding
2018-03-23 13:36:01 -04:00
committed by Jared Tabor
parent 61aafe15d6
commit f6e507ad12
4 changed files with 17 additions and 0 deletions

View File

@@ -168,6 +168,10 @@ STDOUT_MAX_BYTES_DISPLAY = 1048576
# on how many events to display before truncating/hiding
MAX_UI_JOB_EVENTS = 4000
# Returned in index.html, tells the UI if it should make requests
# to update job data in response to status changes websocket events
UI_LIVE_UPDATES_ENABLED = True
# The maximum size of the ansible callback event's res data structure
# beyond this limit and the value will be removed
MAX_EVENT_RES_DATA = 700000