comparison doc/hgrc.5.txt @ 8605:ed2d9bdbfad2

inotify: do not defer inotify events processing Doing a part of the event processing and deferring the rest is a bad habit: it complexifies the code, and it does not respect event ordering! Moreover, there is already a timeout handling, so that inotify events are only processed when a treshold is exceeded: there is no requirement to delay anymore the events processing.
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Fri, 22 May 2009 09:57:53 +0900
parents 493d23d923ea
children 21688b8a594b
comparison
equal deleted inserted replaced
8604:578f2a0049cd 8605:ed2d9bdbfad2