add heretofore undocumented config

This commit is contained in:
Eric House 2013-07-23 06:18:17 -07:00
parent ceacbc2cbe
commit 572d3596ae

View file

@ -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