mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(db): fix mis-ordered db cleanup step
It was happening before pruning queue items - should happen afterwards, else you have to restart the app again to free disk space made available by the pruning.
This commit is contained in:
parent
6d7b4b8e8a
commit
929b1f4a41
@ -124,8 +124,8 @@ class ApiDependencies:
|
||||
|
||||
create_system_graphs(services.graph_library)
|
||||
|
||||
db.clean()
|
||||
ApiDependencies.invoker = Invoker(services)
|
||||
db.clean()
|
||||
|
||||
@staticmethod
|
||||
def shutdown():
|
||||
|
Loading…
Reference in New Issue
Block a user