Commit 6b9eb471 authored by Gregory.Shrago's avatar Gregory.Shrago Committed by intellij-monorepo-bot
Browse files

turn off slow-op assertion for the first build

(cherry picked from commit bc903e8a8711e728cdd898242ce5562f92e18c31)

IJ-CR-107098

GitOrigin-RevId: 19f2bbaa0c30293c74186971e4048ae594f3b82a
parent 2d5a94c6
Showing with 1 addition and 1 deletion
+1 -1
...@@ -2193,7 +2193,7 @@ ea.indicator.blinking.timeout.restartRequired=true ...@@ -2193,7 +2193,7 @@ ea.indicator.blinking.timeout.restartRequired=true
ea.indicator.blinking.timeout.description=The number of seconds for the error indicator to blink after each error. \ ea.indicator.blinking.timeout.description=The number of seconds for the error indicator to blink after each error. \
'-1' means indefinitely, '0' disables blinking. '-1' means indefinitely, '0' disables blinking.
ide.slow.operations.assertion=true ide.slow.operations.assertion=false
ide.slow.operations.assertion.description=Enables the assertion on slow operations in EDT. \ ide.slow.operations.assertion.description=Enables the assertion on slow operations in EDT. \
There are different categories of offenders. The reporting for them can be further turned on and off by dedicated flags. There are different categories of offenders. The reporting for them can be further turned on and off by dedicated flags.
ide.slow.operations.assertion.write.action=false ide.slow.operations.assertion.write.action=false
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment