mirror of
https://github.com/etesync/server
synced 2024-11-19 07:18:08 +00:00
2f1f95fea9
The way were were doing it was implicitly sorting the query items and it was causing millions of items to be sorted (even though the result should only have one) making it slow. By switching away from `get()` and `first()` we are telling django to not try to sort. |
||
---|---|---|
.. | ||
__init__.py | ||
authentication.py | ||
collection.py | ||
invitation.py | ||
member.py | ||
test_reset_view.py | ||
websocket.py |