perf: 修改参数值

pull/10990/head
ibuler 2023-07-18 11:00:43 +08:00
parent 6035241efb
commit d965ac0781
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class GunicornService(BaseService):
'-k', 'uvicorn.workers.UvicornWorker',
'-w', str(self.worker),
'--max-requests', '10240',
'--max-requests-jitter', '5120',
'--max-requests-jitter', '2048',
'--access-logformat', log_format,
'--access-logfile', '-'
]