mirror of
https://github.com/jikan-me/jikan-rest.git
synced 2025-02-20 11:23:35 +08:00
reduce number of supervisor processes to 1
Critical fix to prevent 429s from MAL if you're running on a single instance. However, you can set this to as much as you want.
This commit is contained in:
parent
0c8e8eb0dd
commit
1902dad571
@ -5,8 +5,8 @@ autostart=true
|
||||
autorestart=true
|
||||
;user=forge
|
||||
; Number of active jikan workers, you can change this
|
||||
numprocs=5
|
||||
numprocs=1
|
||||
;redirect_stderr=true
|
||||
; Feel free to comment out `stdout_logfile`, it's just for debugging purposes
|
||||
stdout_logfile=/var/www/jikan-rest/storage/logs/worker.log
|
||||
stderr_logfile=/var/www/jikan-rest/storage/logs/worker.error.log
|
||||
stderr_logfile=/var/www/jikan-rest/storage/logs/worker.error.log
|
||||
|
Loading…
x
Reference in New Issue
Block a user