Software /
code /
prosody
Changeset
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 |
parents | 11571:a8f0f87e115a |
children | 11573:cb5748f94840 |
files | prosody.cfg.lua.dist |
diffstat | 1 files changed, 6 insertions(+), 6 deletions(-) [+] |
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