ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/src/irc.c
(Generate patch)

Comparing hopm/trunk/src/irc.c (file contents):
Revision 5426 by michael, Wed Jan 28 13:49:38 2015 UTC vs.
Revision 5434 by michael, Wed Jan 28 16:44:50 2015 UTC

# Line 140 | Line 140 | irc_cycle(void)
140    pfd.fd = IRC_FD;
141    pfd.events = POLLIN;
142  
143 <  /* Block .025 seconds to avoid excessive CPU use on poll(). */
144 <  switch (poll(&pfd, 1, 25))
143 >  /* Block .050 seconds to avoid excessive CPU use on poll(). */
144 >  switch (poll(&pfd, 1, 50))
145    {
146      case  0:
147      case -1:

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)