From e70bf8a6c82e3d5c943550b364fc6f8120f6f07e Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Fri, 7 Jul 2023 11:34:12 +0200 Subject: [chore/bugfix] Domain block tidying up, Implement first pass of `207 Multi-Status` (#1886) * [chore/refactor] update domain block processing * expose domain block import errors a lil better * move/remove unused query keys --- internal/config/config.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'internal/config/config.go') diff --git a/internal/config/config.go b/internal/config/config.go index 8dcbcaf97..c809bbc1b 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -200,6 +200,10 @@ type GTSCacheConfiguration struct { FollowRequestTTL time.Duration `name:"follow-request-ttl"` FollowRequestSweepFreq time.Duration `name:"follow-request-sweep-freq"` + InstanceMaxSize int `name:"instance-max-size"` + InstanceTTL time.Duration `name:"instance-ttl"` + InstanceSweepFreq time.Duration `name:"instance-sweep-freq"` + ListMaxSize int `name:"list-max-size"` ListTTL time.Duration `name:"list-ttl"` ListSweepFreq time.Duration `name:"list-sweep-freq"` -- cgit v1.2.3