mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 21:27:36 +03:00
Update config.py
This commit is contained in:
parent
633dfbc875
commit
f40c4d6e9b
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ DEFAULT_CONFIG_SCHEMA: types.CONFIG_SCHEMA = OrderedDict([
|
||||||
("cache_logins", {
|
("cache_logins", {
|
||||||
"value": "false",
|
"value": "false",
|
||||||
"help": "cache successful/failed logins for until expiration time",
|
"help": "cache successful/failed logins for until expiration time",
|
||||||
"type": bool}),
|
"type": bool}),
|
||||||
("cache_successful_logins_expiry", {
|
("cache_successful_logins_expiry", {
|
||||||
"value": "15",
|
"value": "15",
|
||||||
"help": "expiration time for caching successful logins in seconds",
|
"help": "expiration time for caching successful logins in seconds",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue