prosody.cfg.lua.dist: Fix indentation to use tabs like the rest of the file
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>
Wed, 19 May 2021 23:39:56 +0200
changeset 11576 e06dba5e99b9
parent 11575 a8f0f87e115a
child 11577 cb5748f94840
prosody.cfg.lua.dist: Fix indentation to use tabs like the rest of the file
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