mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-09 19:39:06 +00:00
remove metrics.set as we don't support it atm
This commit is contained in:
parent
5ad7482385
commit
d4e8bc1d4b
1 changed files with 0 additions and 2 deletions
|
@ -197,8 +197,6 @@ module.exports = WebsocketController =
|
|||
update.meta.source = client.id
|
||||
update.meta.user_id = user_id
|
||||
metrics.inc "editor.doc-update", 0.3
|
||||
metrics.set "editor.active-projects", project_id, 0.3
|
||||
metrics.set "editor.active-users", user_id, 0.3
|
||||
|
||||
logger.log {user_id, doc_id, project_id, client_id: client.id, version: update.v}, "sending update to doc updater"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue