1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-22 19:20:54 +00:00

Add missing empty line

This commit is contained in:
Guillaume Ayoub 2017-05-27 12:33:28 +02:00
parent 18809a29a2
commit 247700ebe2

View file

@ -91,6 +91,7 @@ The default values should be fine for most scenarios.
max_connections = 20 max_connections = 20
max_content_length = 10000000 # 1 Megabyte max_content_length = 10000000 # 1 Megabyte
timeout = 10 # seconds timeout = 10 # seconds
[auth] [auth]
delay = 1 # Average delay after failed login attempts in seconds delay = 1 # Average delay after failed login attempts in seconds
``` ```