Give the proxy a few more connections.

Hard to balance this while running locally since technically every connection
will be running at ~56k, so you might be getting more speed than is realistic.
This commit is contained in:
R. Tyler Croy 2011-08-27 23:01:04 -07:00
parent 3d5bb09bb2
commit 5f1cb2323d
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ begin
AWS.Server.Start (Web_Server => Server,
Name => "Dispersion Proxy",
Max_Connection => 2,
Max_Connection => 10,
Port => 8980,
Callback => Callbacks.Simple'Access);