changed event name for lb update

This commit is contained in:
Jack 2021-09-10 00:00:56 +01:00
parent c47d93ced0
commit a740d9f63e

View file

@ -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
);