summaryrefslogtreecommitdiff
path: root/vest
diff options
context:
space:
mode:
authorgraehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-07-12 03:42:39 +0000
committergraehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-07-12 03:42:39 +0000
commit7220bd3685bb7cbd6a68749f55314892af5605c9 (patch)
tree524621fbdb2a2a3a4bfceb82bca72172f12412d1 /vest
parent1cf86da06f6a0ab5d9a78bd39a1627df142ea8c5 (diff)
inebriated, but sped up inside/outside pruning and made cube poplimit scale with promise of nodes from previous global pruning, if --promise_power=N for N>0.
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@219 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'vest')
-rw-r--r--vest/sentserver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vest/sentserver.c b/vest/sentserver.c
index e05fe47d..c20b4fa6 100644
--- a/vest/sentserver.c
+++ b/vest/sentserver.c
@@ -15,7 +15,7 @@
#include "sentserver.h"
-#define MAX_CLIENTS 32
+#define MAX_CLIENTS 64
struct clientinfo {
int s;