Mercurial > moin > 1.9
changeset 2999:e94b940f3a84
add a comment about listen backlog to moin.fcg (port from 1.6)
author | Thomas Waldmann <tw AT waldmann-edv DOT de> |
---|---|
date | Sun, 06 Jan 2008 17:32:33 +0100 |
parents | 158ee5591ebc |
children | 344e33587519 |
files | wiki/server/moin.fcg |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/wiki/server/moin.fcg Sun Jan 06 17:31:27 2008 +0100 +++ b/wiki/server/moin.fcg Sun Jan 06 17:32:33 2008 +0100 @@ -33,5 +33,8 @@ properties = {} # properties = {'script_name': '/'} # use this instead of the line above if your wiki runs under "/" url + # for backlog, we use a default of 5. if the listen(backlog) call crashes for you, try a smaller value! + # backlog = 1 + run(Config)