The previous implementation kept trying to load the models for all states at once in this scenario, which would cause thrashing as most of the loads would be thrown out. The new implementation limits how many models it will load at a time, but still tries to batch as much as possible |
||
|---|---|---|
| .. | ||
| src/main | ||
| build.gradle | ||
| gradle.properties | ||