Software /
code /
prosody
Diff
prosody.cfg.lua.dist @ 11572:e06dba5e99b9
prosody.cfg.lua.dist: Fix indentation to use tabs like the rest of the file
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Wed, 19 May 2021 23:39:56 +0200 |
parent | 11560:3bbb1af92514 |
child | 11581:7e111f7147dc |
line wrap: on
line diff
--- 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