From 29561c4b7186dc0b36655aa572af375a6fa4a310 Mon Sep 17 00:00:00 2001 From: Thomas Hintz Date: Sat, 18 Oct 2014 09:57:42 -0700 Subject: [PATCH] Setting max message and fragment size to a larger value to accommodate the Autobahn test suite performance tests in the echo-server. --- test/echo-server.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/echo-server.scm b/test/echo-server.scm index 96a8c68..7c45dc9 100644 --- a/test/echo-server.scm +++ b/test/echo-server.scm @@ -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)