mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosody.cfg.lua.dist: Fix indentation to use tabs like the rest of the file
This commit is contained in:
parent
448eac7da4
commit
e549430c12
1 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue