diff --git a/src/plugins/coreplugin/editormanager/editormanager_p.h b/src/plugins/coreplugin/editormanager/editormanager_p.h index bbbc345c04c..0bad0ec5aed 100644 --- a/src/plugins/coreplugin/editormanager/editormanager_p.h +++ b/src/plugins/coreplugin/editormanager/editormanager_p.h @@ -292,7 +292,7 @@ private: int autoSaveInterval = 5; bool autoSuspendEnabled = true; - int autoSuspendMinDocumentCount = 30; + int autoSuspendMinDocumentCount = 10; bool autoSaveAfterRefactoring = true; bool warnBeforeOpeningBigFilesEnabled = true;