mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2026-01-27 10:50:51 +01:00
This patch adds a new configurable property "java.util.logging.FileHandler.maxLocks" to java.util.logging.FileHandler which can be defined in the logging configuration file and makes it possible to configure the maximum number of concurrent log file locks a FileHandler can handle. If not overridden, the default value of maxLocks (100) remains unchanged. Reviewed-by: dfuchs, coffeys
4.4 KiB
4.4 KiB