[perf] Performance bust paginated search (#3543)

This commit is contained in:
Vlad Stan
2025-11-21 18:29:23 +02:00
committed by GitHub
parent b1a7692ce4
commit 44985cb0d1
6 changed files with 43 additions and 13 deletions
+1
View File
@@ -187,6 +187,7 @@ async def get_wallets_paginated(
values={"user": user_id, "deleted": deleted},
filters=filters,
model=Wallet,
table_name="wallets",
)
wallets.data = await get_source_wallets(wallets.data, conn)