We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7b68e0 commit cf23b9aCopy full SHA for cf23b9a
src/file-manager/fm-directory-view.c
@@ -88,9 +88,9 @@
88
#include <libmate-desktop/mate-desktop-utils.h>
89
90
/* Minimum starting update inverval */
91
-#define UPDATE_INTERVAL_MIN 50
+#define UPDATE_INTERVAL_MIN 100
92
/* Maximum update interval */
93
-#define UPDATE_INTERVAL_MAX 2050
+#define UPDATE_INTERVAL_MAX 2000
94
/* Amount of miliseconds the update interval is increased */
95
#define UPDATE_INTERVAL_INC 250
96
/* Interval at which the update interval is increased */
0 commit comments