shouts-load-debug-2
All checks were successful
Deploy on push / deploy (push) Successful in 22s

This commit is contained in:
Untone 2024-04-25 14:06:21 +03:00
parent 54e82f99eb
commit 899016907c

View File

@ -189,7 +189,6 @@ async def load_shouts_by(_, _info, options):
q = q.limit(limit).offset(offset)
shouts = []
logger.debug(q)
with local_session() as session:
for [
shout,
@ -263,7 +262,7 @@ async def load_shouts_feed(_, info, options):
.offset(offset)
)
# print(q.compile(compile_kwargs={"literal_binds": True}))
logger.debug(q.compile(compile_kwargs={"literal_binds": True}))
for [
shout,