Skip to content

Commit

Permalink
Merge pull request #74 from trjohnson19/trjohnson19/49-gluetun-does-n…
Browse files Browse the repository at this point in the history
…ot-have-enough-time-to-start-up

Increase initial `qbit` `sleep` time to 25 seconds
  • Loading branch information
trjohnson19 authored May 21, 2024
2 parents 0caaa52 + 8fbad2a commit 67d1a2c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@ case "${LOG_LEVEL}" in
esac

# Sleep for a short time to allow Gluetun to acquire a port
log_info "${script_init_log_prefix} Waiting 5 seconds to allow gluetun to start up"
sleep 2
log_info "${script_init_log_prefix} Waiting 25 seconds to allow gluetun to start up"
sleep 25

log_trace "${script_init_log_prefix} Starting the script"
log_trace "${script_init_log_prefix} -> ${qbit_update_config_log_prefix}"
Expand Down

0 comments on commit 67d1a2c

Please sign in to comment.