minor code tweak

pull/9941/head
Thibault Duplessis 2021-10-06 19:23:12 +02:00
parent 3e29373ebc
commit 319468d38b
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ final class PerfStatIndexer(
case (perfStat, _) => perfStat
}
.flatMap { ps =>
storage insert ps recover lila.db.recoverDuplicateKey(_ => ()) inject ps
storage insert ps recover lila.db.ignoreDuplicateKey inject ps
}
.mon(_.perfStat.indexTime)
}