mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 10:30:03 -03:30
Raise default job event worker queue size
This commit is contained in:
parent
8f804b9da8
commit
df249eda2e
@ -165,7 +165,7 @@ EVENT_STDOUT_MAX_BYTES_DISPLAY = 1024
|
||||
|
||||
JOB_EVENT_WORKERS = 4
|
||||
|
||||
JOB_EVENT_MAX_QUEUE_SIZE = 5000
|
||||
JOB_EVENT_MAX_QUEUE_SIZE = 10000
|
||||
|
||||
# Disallow sending session cookies over insecure connections
|
||||
SESSION_COOKIE_SECURE = True
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user