Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
madslundt authored Aug 29, 2017
1 parent c2da550 commit 570d80a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ mongo_host="localhost"
mongo_user=""
mongo_password=""

plexdrive_options="--temp=${plexdrive_temp_dir} -o allow_other --clear-chunk-max-size=1000G --clear-chunk-age=24h --chunk-size=10M"
plexdrive_options="--temp=${plexdrive_temp_dir} -o allow_other --clear-chunk-max-size=300G --clear-chunk-age=24h --chunk-size=10M"


###############################################################################
Expand Down Expand Up @@ -72,5 +72,5 @@ remove_files_based_on="space"
remove_files_older_than=60 # In days

# Remove media files based on 'space'
remove_files_when_space_exceeds=2500 # In Gigabytes
freeup_atleast=1000 # In Gigabytes
remove_files_when_space_exceeds=500 # In Gigabytes
freeup_atleast=300 # In Gigabytes

0 comments on commit 570d80a

Please sign in to comment.