mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
make the default JOB_EVENT_BUFFER_SECONDS 1 seconds (#14335)
This commit is contained in:
parent
8dc6ceffee
commit
4cd90163fc
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user