this repo has no description

service/feedweb: use one worker for Prometheus

Changed files
+1 -1
service
+1 -1
service/feedweb.service
···
Type=simple
User=eric
WorkingDirectory=/home/eric/bsky-tools
-
ExecStart=/home/eric/.local/bin/pipenv run gunicorn -w 4 -b 127.0.0.1:9060 feedweb:app
+
ExecStart=/home/eric/.local/bin/pipenv run gunicorn -w 1 -b 127.0.0.1:9060 feedweb:app
TimeoutSec=15
Restart=on-failure
RestartSec=1