Home
last modified time | relevance | path

Searched refs:WATCH_LIMIT (Results 1 – 1 of 1) sorted by relevance

/dports/java/intellij-fsnotifier/fsnotifier-a04fbff6e21d58fea7a3ed2a6a21e53cbef4b7af/
H A Dinotify.c102 #define WATCH_LIMIT 10485760 macro
106 watch_count = limit < WATCH_LIMIT ? limit : WATCH_LIMIT; in read_watch_descriptors_count()