commit 100ab1de799256c27221b0b99e4c9de094ef86a0
parent 637c11a911f8957a2e1ca02db7baf10d96bfa19c
Author: mtmn <miro@haravara.org>
Date: Sun, 19 Apr 2026 23:35:29 +0200
corpus: backup every 24 hours
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/mixins/corpus/users.dhall b/modules/mixins/corpus/users.dhall
@@ -17,7 +17,7 @@ let defaults
, databaseFile = "corpus.db"
, coverCacheEnabled = True
, backupEnabled = False
- , backupIntervalHours = 1
+ , backupIntervalHours = 24
, initialSync = False
}
@@ -55,7 +55,7 @@ in { users =
with backupEnabled = True
}
, { slug = "olga"
- , name = Some "or.lock"
+ , name = Some "olga"
, config =
defaults
with lastfmUser = Some "archaetropin"