Skip to content

Commit

Permalink
quickpull false by default
Browse files Browse the repository at this point in the history
  • Loading branch information
onlypuppy7 committed Dec 9, 2024
1 parent 4e8e155 commit 075209d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/defaultconfig/perpetual_all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ client:
#daily restarts, at specified time every day
dailyrestart_enable: true
dailyrestart_time: "4:00" # HH:MM (24 hours)
dailyrestart_quickpull: true #if true, will pull before restarting
dailyrestart_quickpull: false #if true, will pull before restarting

#logfiles
logfile_enable: true
Expand All @@ -31,7 +31,7 @@ services:
#daily restarts, at specified time every day
dailyrestart_enable: true
dailyrestart_time: "4:00" # HH:MM (24 hours)
dailyrestart_quickpull: true #if true, will pull before restarting
dailyrestart_quickpull: false #if true, will pull before restarting

#logfiles
logfile_enable: true
Expand All @@ -49,7 +49,7 @@ game:
#daily restarts, at specified time every day
dailyrestart_enable: true
dailyrestart_time: "4:00" # HH:MM (24 hours)
dailyrestart_quickpull: true #if true, will pull before restarting
dailyrestart_quickpull: false #if true, will pull before restarting

#logfiles
logfile_enable: true
Expand Down

0 comments on commit 075209d

Please sign in to comment.