Revert "[highlighting] IJPL-160535 Decrease Autoreparse delay default to 100 ms"

This reverts commit 8e3c8ab92dc3ab6d0281f5dcbe66062f4cbb7b53.

GitOrigin-RevId: 25d10a147deec3ba6a880aa7f474dea723601f93
This commit is contained in:
Yuriy Artamonov
2024-09-02 18:58:18 +00:00
committed by intellij-monorepo-bot
parent f98149cc70
commit 3b834aa61a

View File

@@ -8,7 +8,7 @@ import org.jetbrains.annotations.NonNls;
public class DaemonCodeAnalyzerSettings {
private boolean myNextErrorActionGoesToErrorsFirst = true;
private int myAutoReparseDelay = 100;
private int myAutoReparseDelay = 300;
private int myErrorStripeMarkMinHeight = 2;
private boolean mySuppressWarnings = true;