-
For the local analysis to be uploaded to the cloud you need to pass certain requirements, which ones specifically? |
Beta Was this translation helpful? Give feedback.
Answered by
niklasf
Sep 10, 2022
Replies: 1 comment
-
There are a bunch of heuristics. As of today: https://github.com/lichess-org/lila/blob/c48da4e2cd22837a9f6e8b7eb4a59924967aec3f/modules/evalCache/src/main/EvalCacheTruster.scala Don't go out of your way to contribute to the cloud analysis. It's meant as an expendable cache for computations that people are doing in any case. It happens rarely, but the cache might be cleared at any time, in case of bugs or server issues. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dav1312
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are a bunch of heuristics. As of today: https://github.com/lichess-org/lila/blob/c48da4e2cd22837a9f6e8b7eb4a59924967aec3f/modules/evalCache/src/main/EvalCacheTruster.scala
Don't go out of your way to contribute to the cloud analysis. It's meant as an expendable cache for computations that people are doing in any case. It happens rarely, but the cache might be cleared at any time, in case of bugs or server issues.