Reduce the number of simultaneous inotify events
commit8efc49036128b8827c71e9a18a93953073132fa4
authorCarlos R. Mafra <crmafra@gmail.com>
Fri, 4 Sep 2009 13:02:00 +0000 (4 15:02 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Fri, 4 Sep 2009 13:02:00 +0000 (4 15:02 +0200)
treed282f65b7c075f64ed8403d1bf7b5b3f7ec96595
parent5f5b1df7d296377b100fc5f463ef912d43677ae1
Reduce the number of simultaneous inotify events

There is no point in having a buffer capable of 512 simultaneous events,
as it will typically be only 1. But increase the value for the length
of the path + filename to 64 (which is a reasonable size for a
typical /home/something/GNUstep/Defaults/WMRootmenu filename).
src/event.c