From 47e9469f54e8e55d84cfeb831ae03d1504dbcdd6 Mon Sep 17 00:00:00 2001 From: FTCHD <144691102+FTCHD@users.noreply.github.com> Date: Thu, 11 Sep 2025 22:19:27 +0200 Subject: [PATCH] update job expire interval Signed-off-by: FTCHD <144691102+FTCHD@users.noreply.github.com> --- main.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.ts b/main.ts index d54e2f9..d3a6204 100644 --- a/main.ts +++ b/main.ts @@ -139,6 +139,8 @@ async function startRclone() { '--rc-serve', '--rc-job-expire-duration', '24h', + '--rc-job-expire-interval', + '1h', // defaults // '-rc-addr', // ':5572',