diff options
Diffstat (limited to 'internal/config/config.go')
-rw-r--r-- | internal/config/config.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/internal/config/config.go b/internal/config/config.go index 99b07358e..9397379b8 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -266,6 +266,10 @@ type GTSCacheConfiguration struct { StatusFaveTTL time.Duration `name:"status-fave-ttl"` StatusFaveSweepFreq time.Duration `name:"status-fave-sweep-freq"` + TagMaxSize int `name:"tag-max-size"` + TagTTL time.Duration `name:"tag-ttl"` + TagSweepFreq time.Duration `name:"tag-sweep-freq"` + TombstoneMaxSize int `name:"tombstone-max-size"` TombstoneTTL time.Duration `name:"tombstone-ttl"` TombstoneSweepFreq time.Duration `name:"tombstone-sweep-freq"` |