Fix mas config

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2025-01-13 11:47:32 +00:00
parent d7a1c307da
commit 7fbf9ef269

View File

@@ -170,10 +170,12 @@ const DEFAULT_CONFIG = {
},
rate_limiting: {
login: {
burst: 1000,
burst: 10,
per_second: 1,
},
registration: {
burst: 1000,
burst: 10,
per_second: 1,
},
},
};