From fc4d1b6caa64854b0c40cce6ea4301a0869cce51 Mon Sep 17 00:00:00 2001 From: Unrud Date: Sun, 28 May 2017 03:29:35 +0200 Subject: [PATCH] Socket timeouts are irrelevant for WSGI --- wsgi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.md b/wsgi.md index fb6a3078..160a3d4f 100644 --- a/wsgi.md +++ b/wsgi.md @@ -8,4 +8,4 @@ Radicale is compatible with the WSGI specification. No special configuration is required. Be reminded that Radicale's default configuration enforces limits on the -maximum file size and that connections are terminated after a timeout. +maximum file size.