Skip to content

Commit

Permalink
make the default JOB_EVENT_BUFFER_SECONDS 1 seconds (#14335)
Browse files Browse the repository at this point in the history
  • Loading branch information
jainnikhil30 authored Aug 12, 2023
1 parent 8dc6cef commit 4cd9016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awx/settings/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@

# 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
Expand Down

0 comments on commit 4cd9016

Please sign in to comment.