Update config.py

This commit is contained in:
BastelBaus
2025-03-24 20:10:10 +01:00
committed by GitHub
parent 633dfbc875
commit f40c4d6e9b

View File

@@ -213,7 +213,7 @@ DEFAULT_CONFIG_SCHEMA: types.CONFIG_SCHEMA = OrderedDict([
("cache_logins", {
"value": "false",
"help": "cache successful/failed logins for until expiration time",
"type": bool}),
"type": bool}),
("cache_successful_logins_expiry", {
"value": "15",
"help": "expiration time for caching successful logins in seconds",