Log "file is not executable" only once.

No need to pollute logs with each call, so we cache calls and log it only once. Circular buffer is used to prevent memory leak

Merge-request: IJ-MR-107323
Merged-by: Ilya Kazakevich <ilya.kazakevich@jetbrains.com>

GitOrigin-RevId: ab20095f15a69f02cc971627865a65b396a54d64
This commit is contained in:
Ilya.Kazakevich
2023-05-31 21:22:40 +00:00
committed by intellij-monorepo-bot
parent 7363b9894c
commit 9a7dd26b3b
3 changed files with 20 additions and 10 deletions

View File

@@ -24,5 +24,6 @@
<orderEntry type="module" module-name="intellij.platform.ide.core" />
<orderEntry type="module" module-name="intellij.platform.execution" />
<orderEntry type="module" module-name="intellij.platform.remote.core" />
<orderEntry type="library" name="commons-collections" level="project" />
</component>
</module>