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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user