Better presentation of records. Query/set number persistent.
[egate.git] / www / wirtcl.c
index e0e48e8..a94baf6 100644 (file)
  * USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  * $Log: wirtcl.c,v $
- * Revision 1.5  1995/10/31 16:56:24  adam
+ * Revision 1.6  1995/11/01 16:15:47  adam
+ * Better presentation of records. Query/set number persistent.
+ *
+ * Revision 1.5  1995/10/31  16:56:24  adam
  * Record presentation.
  *
  * Revision 1.4  1995/10/31  10:03:53  adam
@@ -236,7 +239,7 @@ static int events (struct tcl_info *p, char *waitVar)
         gw_log (GW_LOG_DEBUG, mod, "fifo select %d", fifo_in);
         FD_SET (fifo_in, &fdset_tcl_r);
         if ((r = select(max_fd+1, &fdset_tcl_r, &fdset_tcl_w, 
-                          &fdset_tcl_x, 0)) < 0)
+                          &fdset_tcl_x, 300)) < 0)
         {
             gw_log (GW_LOG_ERRNO|GW_LOG_FATAL, mod, "select");
             exit(1);