mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-01 10:11:30 +08:00
fix: Increase default slow request threshold
This commit is contained in:
parent
7dc4d184be
commit
c24711b795
@ -778,7 +778,7 @@ class SlowRequestThreshold(Setting):
|
||||
meta = "FLOAT"
|
||||
validator = validate_pos_float
|
||||
type = float
|
||||
default = 1.0
|
||||
default = 5.0
|
||||
desc = """\
|
||||
Processing time (in seconds) above which a request route is treated as
|
||||
"slow" by the ``gthread`` worker when :ref:`enable-adaptive-queueing`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user