From e549430c12c03bdb219c02ac42f4f37cda830d98 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Wed, 19 May 2021 23:39:56 +0200 Subject: prosody.cfg.lua.dist: Fix indentation to use tabs like the rest of the file --- prosody.cfg.lua.dist | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist index 32776a2e..1dfaa408 100644 --- a/prosody.cfg.lua.dist +++ b/prosody.cfg.lua.dist @@ -128,12 +128,12 @@ s2s_secure_auth = false -- Enable rate limits for incoming client and server connections limits = { - c2s = { - rate = "10kb/s"; - }; - s2sin = { - rate = "30kb/s"; - }; + c2s = { + rate = "10kb/s"; + }; + s2sin = { + rate = "30kb/s"; + }; } -- Select the authentication backend to use. The 'internal' providers -- cgit v1.2.3