Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Axboe <axboe@suse.de>2005-10-20 11:52:32 +0400
committerJunio C Hamano <junkio@cox.net>2005-10-21 08:26:31 +0400
commit7872e0556746c70e49c5558d271d35b1fbfb1680 (patch)
tree6602922af56bd2f9f85ba2030651f751e93ad20d /.gitignore
parentbfadbeddd1b54af8ab08a6c556c43c756ec85588 (diff)
git-daemon poll() spinning out of control
With the '0' timeout given to poll, it returns instantly without any events on my system, causing git-daemon to consume all the CPU time. Use -1 as the timeout so poll() only returns in case of EINTR or actually events being available. Signed-off-by: Jens Axboe <axboe@suse.de> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions