Skip to content

Commit cf23b9a

Browse files
sc0wlukefromdc
authored andcommitted
Revert "fm-directory-view.c: Decrease minimum update interval."
This reverts commit 021ff2a. Fixes #1101
1 parent e7b68e0 commit cf23b9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/file-manager/fm-directory-view.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@
8888
#include <libmate-desktop/mate-desktop-utils.h>
8989

9090
/* Minimum starting update inverval */
91-
#define UPDATE_INTERVAL_MIN 50
91+
#define UPDATE_INTERVAL_MIN 100
9292
/* Maximum update interval */
93-
#define UPDATE_INTERVAL_MAX 2050
93+
#define UPDATE_INTERVAL_MAX 2000
9494
/* Amount of miliseconds the update interval is increased */
9595
#define UPDATE_INTERVAL_INC 250
9696
/* Interval at which the update interval is increased */

0 commit comments

Comments
 (0)