Skip to content

Commit 352e82a

Browse files
committed
Added Min/Max value for backup thread priority.
1 parent 7dcdecb commit 352e82a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DriveBackup/src/main/resources/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
delay: 60
1111
# The priority of the backup thread, relative to the default
1212
# For example, -1 would make the prioriy one less than the default
13+
# Minimum: -4, Maximum: 5
1314
backup-thread-priority: 0
1415
# How many backups to keep remotely before deleting the oldest one, set to -1 to disable automatic deletes
1516
keep-count: 20

0 commit comments

Comments
 (0)