[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
@@ -181,6 +181,7 @@ async def get_payments_paginated( # noqa: C901
values,
filters=filters,
model=Payment,
table_name="apipayments",
)