mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-04 23:17:20 +08:00
fix(agent): bound session persistence admission
This commit is contained in:
@@ -718,6 +718,7 @@ async def init_modules() -> HostRuntime:
|
||||
AgentChatPersistenceService(
|
||||
repository=AgentChatOper,
|
||||
async_executor=database_worker,
|
||||
capacity=database_worker.snapshot().capacity,
|
||||
)
|
||||
)
|
||||
configure_user_lookups(
|
||||
|
||||
Reference in New Issue
Block a user