mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-28 18:18:27 +00:00
fix(rclone-retro): fix DS Lite resource exhaustion
This commit is contained in:
@@ -68,6 +68,7 @@ spec:
|
||||
ttlSecondsAfterFinished: 3600
|
||||
failedJobsHistory: 1
|
||||
backoffLimit: 2
|
||||
timeZone: "${CONFIG_TZ}"
|
||||
containers:
|
||||
main: &rclct
|
||||
image: *img
|
||||
@@ -121,7 +122,7 @@ spec:
|
||||
env:
|
||||
<<: *envcr
|
||||
ARG: |
|
||||
sync/sync srcFs='ds:/' dstFs='/data/ds/' _config='{"Progress": true}' _filter='{"ExcludeRule":["**//*","**//**","**.nds","**.NDS","**/*.mp3","**/*.m4a","**/*.aac","**/*.wav","**/*.flac","_gba/configs/*","_nds*/**","vmac","moonshl2","_wfwd*/**"]}'
|
||||
sync/sync srcFs='ds:/' dstFs='/data/ds/' _config='{"Progress":true,"BwLimit":"1M","TPSLimit":1,"Transfers":1,"Checkers":1,"CheckFirst":true}' _filter='{"ExcludeRule":["**//*","**//**","**.nds","**.NDS","**/*.mp3","**/*.m4a","**/*.aac","**/*.wav","**/*.flac","_gba/configs/*","_nds*/**","vmac","moonshl2","_wfwd*/**"]}'
|
||||
initContainers:
|
||||
01-ping:
|
||||
<<: *ping
|
||||
@@ -215,6 +216,9 @@ spec:
|
||||
user = anonymous
|
||||
pass = PyY5-F-6MhsVR9BYdBGEQy0
|
||||
concurrency = 1
|
||||
transfers = 1
|
||||
checkers = 1
|
||||
check_first = true
|
||||
idle_timeout = 0s
|
||||
writing_mdtm = true
|
||||
# needed for modtime support, use `rclone backend features ds:` to verify
|
||||
|
||||
Reference in New Issue
Block a user