more caching

This commit is contained in:
Henry Hiles 2026-02-19 13:43:53 -05:00
commit 2918200327
No known key found for this signature in database
3 changed files with 8 additions and 8 deletions

View file

@ -49,13 +49,13 @@
url_preview_domain_explicit_allowlist = [ "*" ];
url_preview_max_spider_size = 2097152;
max_request_size = 50000000;
max_request_size = 524288000;
allow_local_presence = false;
allow_incoming_presence = false;
allow_outgoing_presence = false;
db_cache_capacity_mb = 512;
db_cache_capacity_mb = 1024;
well_known = {
client = "https://${subdomain}";