mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-28 09:13:09 -06:00
Default 5m
This commit is contained in:
parent
c715c13033
commit
863f6a66ae
|
|
@ -100,7 +100,7 @@ global:
|
||||||
# Maximum number of entries to hold in the DNS cache, and
|
# Maximum number of entries to hold in the DNS cache, and
|
||||||
# for how long those items should be considered valid.
|
# for how long those items should be considered valid.
|
||||||
cache_size: 256
|
cache_size: 256
|
||||||
cache_lifetime: 600
|
cache_lifetime: 300
|
||||||
|
|
||||||
# Configuration for the Appservice API.
|
# Configuration for the Appservice API.
|
||||||
app_service_api:
|
app_service_api:
|
||||||
|
|
|
||||||
|
|
@ -112,7 +112,7 @@ global:
|
||||||
# Maximum number of entries to hold in the DNS cache, and
|
# Maximum number of entries to hold in the DNS cache, and
|
||||||
# for how long those items should be considered valid.
|
# for how long those items should be considered valid.
|
||||||
cache_size: 256
|
cache_size: 256
|
||||||
cache_lifetime: 600
|
cache_lifetime: 300
|
||||||
|
|
||||||
# Configuration for the Appservice API.
|
# Configuration for the Appservice API.
|
||||||
app_service_api:
|
app_service_api:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue