[ml-completion] Increase number of recently opened files taken in account by ngram_recent_files feature

GitOrigin-RevId: f82765fc63d5d44aa3bc23e31bcdad1dcae1f258
This commit is contained in:
Sergey Stoyanovsky
2020-05-05 12:10:12 +00:00
committed by intellij-monorepo-bot
parent 712d218016
commit d77a60e8a7
@@ -34,7 +34,7 @@ internal class ModelRunnerWithCache(model: Model = JMModel()) : ModelRunner(mode
}
companion object {
private const val CACHE_SIZE = 5
private const val CACHE_SIZE = 9
private const val TEXT_RANGE_LIMIT = 16 * 1024 // 32 KB of chars
}
}