Oh excellent, thank you for the response. It looks like flush_interval
would work for this.
The reason I was interested in this was because I was using gunicorn
and according to this post, the buffer_requests
option was added specifically because of gunicorn
. I’ll look into the docs a bit more and see if I can get what I need with flush_interval
. I appreciate the response!