Linas Valiukas

Results 53 comments of Linas Valiukas

So which user (`auth_users_id`) is it slow for specifically? If I read it correctly, `does_user_have_a_running_topic()` fetches *all* (user's?) topics, filters them afterwards and returns the list (despite the name which...

Instead of `downloads_history`, I'll try to grep the logs for duplicate download IDs - if a download gets fetched twice, it should get logged twice too.

Guessing from the error itself (`IndexError: list index out of range`), the code probably assumes that it will always find something in that array at a particular index which is...