mirror of
https://github.com/nolen777/eagle0.git
synced 2026-07-28 20:55:44 +00:00
Remove routine client cache success log (#8690)
This commit is contained in:
@@ -1187,19 +1187,10 @@ final case class GameController(
|
||||
0
|
||||
} else knownResultCount
|
||||
|
||||
val knownCompleteTextIds = streamingTextStatuses
|
||||
val knownCompleteTextIds = streamingTextStatuses
|
||||
.filter(_.knownComplete)
|
||||
.map(_.llmIdentifier)
|
||||
.toSet
|
||||
val knownIncompleteTextCount = streamingTextStatuses.count(!_.knownComplete)
|
||||
SimpleTimedLogger.printLogger.logLine(
|
||||
s"[CLIENT-CACHE] game=$gameId user=$userId clientId=$clientId " +
|
||||
s"reportedCount=$knownResultCount acceptedCount=$safeKnownResultCount " +
|
||||
s"serverCount=${fullHistory.count} delta=${fullHistory.count - safeKnownResultCount} " +
|
||||
s"shardokStatuses=${knownShardokResultCounts.size} " +
|
||||
s"knownCompleteTexts=${knownCompleteTextIds.size} " +
|
||||
s"knownIncompleteTexts=$knownIncompleteTextCount"
|
||||
)
|
||||
|
||||
this.withHumanClient(
|
||||
clientTextStore
|
||||
|
||||
Reference in New Issue
Block a user