From 572d3596ae7fe5e3d6af586a6e6449f4276509f9 Mon Sep 17 00:00:00 2001 From: Eric House Date: Tue, 23 Jul 2013 06:18:17 -0700 Subject: [PATCH] add heretofore undocumented config --- xwords4/relay/xwrelay.conf_tmplate | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xwords4/relay/xwrelay.conf_tmplate b/xwords4/relay/xwrelay.conf_tmplate index d9157acdb..9ef08052c 100644 --- a/xwords4/relay/xwrelay.conf_tmplate +++ b/xwords4/relay/xwrelay.conf_tmplate @@ -74,3 +74,7 @@ LOGFILE_PATH=./xwrelay.log # messages. The latter doesn't seem as reliable with newer psql # servers. Anything but 0 is treated as true. USE_B64=1 + +# How many tcp sockets should we have open at once before rebooting on +# the assumption they're somehow leaking? +MAXSOCKS=500