reduce the number of concurrent connections of pypi

This commit is contained in:
z4yx 2020-06-02 14:11:07 +08:00
parent e1cd17b44a
commit 5a359094fc

View File

@ -17,8 +17,8 @@ if [[ $INIT == "0" ]]; then
directory = ${TUNASYNC_WORKING_DIR} directory = ${TUNASYNC_WORKING_DIR}
master = ${TUNASYNC_UPSTREAM} master = ${TUNASYNC_UPSTREAM}
json = true json = true
timeout = 15 timeout = 300
workers = 10 workers = 5
hash-index = false hash-index = false
stop-on-error = false stop-on-error = false
delete-packages = true delete-packages = true