only one transfer & check at a time

This commit is contained in:
chaos 2025-02-03 13:26:05 +00:00
parent 75ab408db5
commit 5a8f5e18cc
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
name: MPD
version: "0.0.12"
version: "0.0.13"
slug: mpd
description: MPD Addon
url: "https://forgejo.owo.monster/chaos/hass-mpd/src/branch/main/mpd"

View file

@ -11,7 +11,7 @@ chmod 0774 /usr/bin/mpd
chmod 0774 /usr/bin/mpc
bashio::log.info 'Sync Music'
rclone --config /media/rclone.conf -P --stats-one-line -v sync Music: /media/mpd/music
rclone --config /media/rclone.conf -P --stats-one-line -v --transfers=1 --checkers=1 --check-first sync Music: /media/mpd/music
export LD_PRELOAD="/usr/local/lib/libjemalloc.so.2"