mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[ml-completion] Increase number of recently opened files taken in account by ngram_recent_files feature
GitOrigin-RevId: f82765fc63d5d44aa3bc23e31bcdad1dcae1f258
This commit is contained in:
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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user