Skip to content

Commit

Permalink
Revert "fm-directory-view.c: Decrease minimum update interval."
Browse files Browse the repository at this point in the history
This reverts commit 021ff2a.

Fixes #1101
  • Loading branch information
sc0w authored and lukefromdc committed Dec 30, 2018
1 parent e7b68e0 commit cf23b9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/file-manager/fm-directory-view.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@
#include <libmate-desktop/mate-desktop-utils.h>

/* Minimum starting update inverval */
#define UPDATE_INTERVAL_MIN 50
#define UPDATE_INTERVAL_MIN 100
/* Maximum update interval */
#define UPDATE_INTERVAL_MAX 2050
#define UPDATE_INTERVAL_MAX 2000
/* Amount of miliseconds the update interval is increased */
#define UPDATE_INTERVAL_INC 250
/* Interval at which the update interval is increased */
Expand Down

0 comments on commit cf23b9a

Please sign in to comment.