Skip to content

Commit 7ce564d

Browse files
committed
refactor: Extract session management, scheduling, and backup logic into dedicated modules and update default cron schedule.
1 parent 4caf922 commit 7ce564d

File tree

3 files changed

+29
-277
lines changed

3 files changed

+29
-277
lines changed

demo/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"extensions": [
1010
".json"
1111
],
12-
"cronSchedule": "* * * * *",
12+
"cronSchedule": "5 * * * *",
1313
"cronEnabled": true,
1414
"auth": {
1515
"username": "admin",

0 commit comments

Comments
 (0)