mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-20 04:12:42 +00:00
reduce the number of concurrent connections of pypi
This commit is contained in:
parent
e1cd17b44a
commit
5a359094fc
4
pypi.sh
4
pypi.sh
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user