mirror of
https://github.com/clementine-player/Clementine
synced 2025-02-05 21:53:28 +01:00
Reduce watchers on mac (hitting 256 file descriptor limit).
This commit is contained in:
parent
011b26670a
commit
3bc93339d9
@ -62,7 +62,7 @@ class LibraryWatcher : public QObject {
|
||||
int total_watches_;
|
||||
|
||||
#ifdef Q_OS_DARWIN
|
||||
static const int kMaxWatches = 200;
|
||||
static const int kMaxWatches = 100;
|
||||
#endif
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user