mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 15:06:02 -03:30
make the default JOB_EVENT_BUFFER_SECONDS 1 seconds (#14335)
This commit is contained in:
@@ -210,7 +210,7 @@ JOB_EVENT_WORKERS = 4
|
||||
|
||||
# The number of seconds to buffer callback receiver bulk
|
||||
# writes in memory before flushing via JobEvent.objects.bulk_create()
|
||||
JOB_EVENT_BUFFER_SECONDS = 0.1
|
||||
JOB_EVENT_BUFFER_SECONDS = 1
|
||||
|
||||
# The interval at which callback receiver statistics should be
|
||||
# recorded
|
||||
|
||||
Reference in New Issue
Block a user