projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d414d9
)
Improve net I/O performance for server.
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 20 Feb 2003 15:13:28 +0000
(15:13 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 20 Feb 2003 15:13:28 +0000
(15:13 +0000)
server/eventl.c
patch
|
blob
|
history
diff --git
a/server/eventl.c
b/server/eventl.c
index
2d528f2
..
d430dc1
100644
(file)
--- a/
server/eventl.c
+++ b/
server/eventl.c
@@
-3,7
+3,7
@@
* See the file LICENSE for details.
* Sebastian Hammer, Adam Dickmeiss
*
- * $Id: eventl.c,v 1.37 2003-02-18 11:59:14 adam Exp $
+ * $Id: eventl.c,v 1.38 2003-02-20 15:13:28 adam Exp $
*/
#include <stdio.h>
@@
-69,7
+69,7
@@
int event_loop(IOCHAN *iochans)
FD_ZERO(&out);
FD_ZERO(&except);
to.tv_sec = 3600;
- to.tv_usec = 1;
+ to.tv_usec = 0;
max = 0;
for (p = *iochans; p; p = p->next)
{