# HG changeset patch # User Emmanuel Gil Peyrot # Date 1621460396 -7200 # Node ID e06dba5e99b9b3973de7a743f26d728b3d052315 # Parent a8f0f87e115aa8bc4b0a8596aca1280fef94d81e prosody.cfg.lua.dist: Fix indentation to use tabs like the rest of the file diff -r a8f0f87e115a -r e06dba5e99b9 prosody.cfg.lua.dist --- a/prosody.cfg.lua.dist Tue May 18 20:08:37 2021 +0200 +++ b/prosody.cfg.lua.dist Wed May 19 23:39:56 2021 +0200 @@ -128,12 +128,12 @@ -- 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