Skip to content

Commit

Permalink
fix(qbm-qbit.sh) - remove -cs (cross seed) flag
Browse files Browse the repository at this point in the history
  • Loading branch information
bakerboy448 authored Jan 20, 2025
1 parent c95f917 commit f977204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qbm-qbit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ QBQBM_LOCK=${QBIT_MANAGE_LOCK_FILE_PATH:-/var/lock/qbm-qbit.lock}
QBQBM_PATH_QBM=${QBIT_MANAGE_PATH:-/opt/qbit-manage}
QBQBM_VENV_PATH=${QBIT_MANAGE_VENV_PATH:-/opt/qbit-manage/.venv}
QBQBM_CONFIG_PATH=${QBIT_MANAGE_CONFIG_PATH:-/opt/qbit-manage/config.yml}
QBQBM_QBIT_OPTIONS=${QBIT_MANAGE_OPTIONS:-"-cs -re -cu -tu -ru -sl -r"}
QBQBM_QBIT_OPTIONS=${QBIT_MANAGE_OPTIONS:-"-re -cu -tu -ru -sl -r"}
QBQBM_SLEEP_TIME=600
QBQBM_LOCK_TIME=3600

Expand Down

0 comments on commit f977204

Please sign in to comment.