Improve performance
This commit is contained in:
parent
26941f62c6
commit
f5d2cb5c61
|
@ -57,6 +57,8 @@ export default (
|
||||||
.count({
|
.count({
|
||||||
recipientId: userId,
|
recipientId: userId,
|
||||||
isRead: false
|
isRead: false
|
||||||
|
}, {
|
||||||
|
limit: 1
|
||||||
});
|
});
|
||||||
|
|
||||||
if (count == 0) {
|
if (count == 0) {
|
||||||
|
|
|
@ -43,6 +43,8 @@ export default (
|
||||||
.count({
|
.count({
|
||||||
notifieeId: userId,
|
notifieeId: userId,
|
||||||
isRead: false
|
isRead: false
|
||||||
|
}, {
|
||||||
|
limit: 1
|
||||||
});
|
});
|
||||||
|
|
||||||
if (count == 0) {
|
if (count == 0) {
|
||||||
|
|
Loading…
Reference in New Issue