mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
return out of order events for consistency
This commit is contained in:
parent
c5a09fcf0a
commit
6c71ae172b
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ module.exports = EventLogger =
|
|||
else
|
||||
metrics.inc "event.#{channel}.out-of-order"
|
||||
# logger.error {key:key, previous: previous, count:count, message:message}, "events out of order"
|
||||
return # out of order
|
||||
return "out-of-order"
|
||||
|
||||
_storeEventCount: (key, count) ->
|
||||
previous = EVENT_LOG_COUNTER[key]
|
||||
|
|
Loading…
Reference in a new issue