mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-09 23:25:53 +08:00
changed event name for lb update
This commit is contained in:
parent
c47d93ced0
commit
a740d9f63e
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ class LeaderboardsDAO {
|
|||
let timeToRunInsert = (end3 - start3) / 1000;
|
||||
|
||||
Logger.log(
|
||||
`lb_update_${language}_${mode}_${mode2}`,
|
||||
`system_lb_update_${language}_${mode}_${mode2}`,
|
||||
`Aggregate ${timeToRunAggregate}s, loop ${timeToRunLoop}s, insert ${timeToRunInsert}s`,
|
||||
uid
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue