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_;
|
int total_watches_;
|
||||||
|
|
||||||
#ifdef Q_OS_DARWIN
|
#ifdef Q_OS_DARWIN
|
||||||
static const int kMaxWatches = 200;
|
static const int kMaxWatches = 100;
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user