X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Feventl.c;h=9e446119b4fa24c31b3b83083dc6f2f525b702e9;hb=082c4ffea584f55622bb16406d04dbed3b6e6519;hp=c29d98c81b75638034d6afd883d6fead71db8f82;hpb=a9a6da3e904e9a7dd4b5d0351b692e0a58b16c10;p=pazpar2-moved-to-github.git diff --git a/src/eventl.c b/src/eventl.c index c29d98c..9e44611 100644 --- a/src/eventl.c +++ b/src/eventl.c @@ -1,4 +1,4 @@ -/* $Id: eventl.c,v 1.5 2007-04-10 08:48:56 adam Exp $ +/* $Id: eventl.c,v 1.6 2007-04-20 11:43:43 adam Exp $ Copyright (c) 2006-2007, Index Data. This file is part of Pazpar2. @@ -100,6 +100,8 @@ int event_loop(IOCHAN *iochans) FD_SET(p->fd, &except); if (p->fd > max) max = p->fd; + if (p->max_idle && p->max_idle < to.tv_sec) + to.tv_sec = p->max_idle; } if ((res = select(max + 1, &in, &out, &except, timeout)) < 0) {