summaryrefslogtreecommitdiff
path: root/git-am.sh
diff options
context:
space:
mode:
authorJens Axboe <axboe@suse.de>2005-10-20 07:52:32 (GMT)
committerJunio C Hamano <junkio@cox.net>2005-10-21 04:26:31 (GMT)
commit7872e0556746c70e49c5558d271d35b1fbfb1680 (patch)
tree6602922af56bd2f9f85ba2030651f751e93ad20d /git-am.sh
parentbfadbeddd1b54af8ab08a6c556c43c756ec85588 (diff)
downloadgit-7872e0556746c70e49c5558d271d35b1fbfb1680.zip
git-7872e0556746c70e49c5558d271d35b1fbfb1680.tar.gz
git-7872e0556746c70e49c5558d271d35b1fbfb1680.tar.bz2
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 'git-am.sh')
0 files changed, 0 insertions, 0 deletions