mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 15:06:02 -03:30
Raise default job event worker queue size
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user