try to figure out what caused bandwidth spike

remotes/1693045480750635534/spooky-22
Aevann1 2022-07-01 14:09:41 +02:00
parent 2fd8e88ceb
commit 5c6ce5e1d7
2 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ def post_id(pid, anything=None, v=None, sub=None):
blocked,
blocked.c.user_id == Comment.author_id,
isouter=True
)
).options(joinedload(Comment.flags), joinedload(Comment.awards), joinedload(Comment.author), joinedload(Comment.author, User.badges))
output = []
for c in comments.all():