Setting max message and fragment size to a larger value to accommodate

the Autobahn test suite performance tests in the echo-server.
This commit is contained in:
Thomas Hintz 2014-10-18 09:57:42 -07:00
parent 9446f5992d
commit 29561c4b71
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@
(ping-interval 0)
(drop-incoming-pings #f)
(propagate-common-errors #f)
(max-message-size 20971520)
(max-frame-size 20971520)
(handle-not-found
(lambda (path)