diff options
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2021-05-19 23:39:56 +0200 |
---|---|---|
committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2021-05-19 23:39:56 +0200 |
commit | e549430c12c03bdb219c02ac42f4f37cda830d98 (patch) | |
tree | a019b6b8131e39a1b77a00c1f129af51ecf33fac | |
parent | 448eac7da4cd5972f391cf56db20cf5d72a4c7e8 (diff) | |
download | prosody-e549430c12c03bdb219c02ac42f4f37cda830d98.tar.gz prosody-e549430c12c03bdb219c02ac42f4f37cda830d98.zip |
prosody.cfg.lua.dist: Fix indentation to use tabs like the rest of the file
-rw-r--r-- | prosody.cfg.lua.dist | 12 |
1 files 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 |