mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 23:47:41 +08:00
refactor: migrate cleanup policy configuration
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"root": "app"
|
||||
},
|
||||
"settings_imports": {
|
||||
"count": 133,
|
||||
"count": 132,
|
||||
"files": [
|
||||
"app/adapters/cache/backends.py",
|
||||
"app/adapters/cache/redis.py",
|
||||
@@ -47,7 +47,6 @@
|
||||
"app/agent/tools/impl/send_voice_message.py",
|
||||
"app/agent/tools/impl/update_agent_task.py",
|
||||
"app/agent/tools/impl/update_system_settings.py",
|
||||
"app/application/maintenance.py",
|
||||
"app/application/security/auth.py",
|
||||
"app/application/security/passkey.py",
|
||||
"app/application/security/token.py",
|
||||
|
||||
+4
-3
@@ -13,8 +13,8 @@
|
||||
"runtime_to_db": [],
|
||||
"workflow_to_db": []
|
||||
},
|
||||
"edge_count": 6397,
|
||||
"edge_sha256": "7d10fe3157a2e2e0de2b8e7caf0edbbbb1c8302a58c9faf78812dba8a19e2d7a",
|
||||
"edge_count": 6398,
|
||||
"edge_sha256": "ca0fced68968392288a03d38c2da937cf75e6a9fd2dc3be6dadcb72efdbc462b",
|
||||
"edges": [
|
||||
"app -> app.runtime",
|
||||
"app -> app.runtime.compat",
|
||||
@@ -2536,8 +2536,9 @@
|
||||
"app.application.image -> app.runtime",
|
||||
"app.application.image -> app.runtime.cache",
|
||||
"app.application.image -> app.runtime.log",
|
||||
"app.application.maintenance -> app.application",
|
||||
"app.application.maintenance -> app.application.configuration",
|
||||
"app.application.maintenance -> app.runtime",
|
||||
"app.application.maintenance -> app.runtime.config",
|
||||
"app.application.maintenance -> app.runtime.log",
|
||||
"app.application.mediaserver -> app.application",
|
||||
"app.application.mediaserver -> app.application.service",
|
||||
|
||||
Reference in New Issue
Block a user