Improve cold start performance
This commit is contained in:
parent
c73e35b1b6
commit
d82ce07942
39 changed files with 911 additions and 628 deletions
|
@ -58,7 +58,9 @@
|
|||
return;
|
||||
}
|
||||
|
||||
const nextCheck = toAgeOut.get('received_at') + THIRTY_DAYS;
|
||||
const receivedAt =
|
||||
toAgeOut.get('received_at_ms') || toAgeOut.get('received_at');
|
||||
const nextCheck = receivedAt + THIRTY_DAYS;
|
||||
|
||||
Whisper.TapToViewMessagesListener.nextCheck = nextCheck;
|
||||
window.log.info(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue