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
commit11980f43455a85f31f2941f570f9a3a1ff925408 (patch)
tree63da64240f578906162c9941ccdbfea40304d497 /vest
parent35da16a3177f94fcff97c319344ced8407b69ffb (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;