]> andersk Git - moira.git/commitdiff
Bump GDB_MAX_CONNECTIONS from 25 to 40
authordanw <danw>
Sun, 29 Sep 1996 20:13:14 +0000 (20:13 +0000)
committerdanw <danw>
Sun, 29 Sep 1996 20:13:14 +0000 (20:13 +0000)
include/gdb.h

index db7e6576d9f1710c0659f9877524aa1cf82b18d5..72ce94284b710e80c61d59c39aa5e9ebf5706bc3 100644 (file)
@@ -405,7 +405,7 @@ typedef struct rel_dat *RELATION;           /* handle on a relation */
 #define GDB_BIND_RETRY_INTERVAL 10             /* Number of seconds to wait */
                                                /* between attempts to bind */
                                                /* the listening socket */
-#define GDB_MAX_CONNECTIONS 25                 /* maximum number of */
+#define GDB_MAX_CONNECTIONS 40                 /* maximum number of */
                                                /* connections that */
                                                /* any one process can */
                                                /* control simultaneously */
This page took 0.160204 seconds and 5 git commands to generate.