Reduced number of concurrent connections to five (like on the Apple II) to have the web server fit into RAM.

This commit is contained in:
oliverschmidt 2010-09-29 21:45:29 +00:00
parent f3b4024375
commit 7c7e126a2d
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
DEFINES = WITH_LOGGING,WITH_BOOST
DEFINES = WITH_LOGGING,WITH_BOOST,CONNECTIONS=5