[qodana] QD-12495 disable background write locks for Qodana

GitOrigin-RevId: fd8dfea0371676e497303b381f1de5f972a4c05a
This commit is contained in:
Andrei Iurko
2025-09-04 16:26:15 +03:00
committed by intellij-monorepo-bot
parent 13e4e1b743
commit 70f57514eb

View File

@@ -22,6 +22,7 @@ private val COMMON_ADDITIONAL_VM_OPTIONS = listOf(
"-Dide.region.url.mapping.expiration.timeout=7200",
"-Dexternal.system.auto.import.headless.async=true",
"-Dmaven.default.headless.import=true",
"-Didea.background.write.action.enabled=false"
)
private const val IS_EAP = false