Try to reduce concurrent ftp

This commit is contained in:
IamTheFij 2022-11-03 22:17:48 -07:00
parent 39bd8aafaf
commit 9d56f6226c

View File

@ -113,6 +113,9 @@ job "backup%{ if batch_node != null }-oneoff-${batch_node}%{ endif }" {
env = {
"MYSQL_HOST" = "$${NOMAD_UPSTREAM_IP_mysql_server}"
"MYSQL_PORT" = "$${NOMAD_UPSTREAM_PORT_mysql_server}"
"RCLONE_CHECKERS" = "2"
"RCLONE_TRANSFERS" = "2"
"RCLONE_FTP_CONCURRENCY" = "5"
}
template {