mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
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:
committed by
intellij-monorepo-bot
parent
7363b9894c
commit
9a7dd26b3b
@@ -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>
|
||||
Reference in New Issue
Block a user