1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-05 05:26:03 +02:00

[Server] Fix query performance

This commit is contained in:
syuilo
2017-01-23 14:53:46 +09:00
parent 18ec136e1a
commit b82eda5046
6 changed files with 11 additions and 11 deletions

View File

@@ -48,7 +48,7 @@ module.exports = (params, user) =>
limit: limit,
skip: offset,
sort: {
created_at: -1
_id: -1
}
});