1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-02-03 13:21:56 +02:00

reduce to 50

This commit is contained in:
Jesse Duffield 2020-01-08 21:41:39 +11:00
parent 1ce5c69cd2
commit ba4253668d

View File

@ -14,7 +14,7 @@ import (
// there's no obvious platform agonstic way to check the situation of the user's
// computer so we're just arbitrarily capping at 200. This isn't so bad because
// file watching is only really an added bonus for faster refreshing.
const MAX_WATCHED_FILES = 200
const MAX_WATCHED_FILES = 50
type fileWatcher struct {
Watcher *fsnotify.Watcher