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

the Autobahn test suite performance tests in the echo-server.
master
Thomas Hintz 10 years ago
parent 9446f5992d
commit 29561c4b71

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

Loading…
Cancel
Save