[uim-commit] r726 - trunk/uim

ekato at freedesktop.org ekato at freedesktop.org
Fri Feb 25 19:32:26 PST 2005


Author: ekato
Date: 2005-02-25 19:32:24 -0800 (Fri, 25 Feb 2005)
New Revision: 726

Modified:
   trunk/uim/uim-helper.c
Log:
* uim/uim-helper.c (uim_helper_send_message) : Change timeout
  value to 2 sec.


Modified: trunk/uim/uim-helper.c
===================================================================
--- trunk/uim/uim-helper.c	2005-02-25 20:03:29 UTC (rev 725)
+++ trunk/uim/uim-helper.c	2005-02-26 03:32:24 UTC (rev 726)
@@ -141,7 +141,7 @@
 
 	FD_ZERO(&fds);
 	FD_SET(fd, &fds);
-	tv.tv_sec = 10;
+	tv.tv_sec = 2;
 	tv.tv_usec = 0;
 	rc = select(fd + 1, NULL, &fds, NULL, &tv);
 	if (rc > 0 && FD_ISSET(fd, &fds)) {



More information about the Uim-commit mailing list