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)