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 cb158cdad..a5b843e3c 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -186,6 +186,10 @@ type GTSCacheConfiguration struct { AccountTTL time.Duration `name:"account-ttl"` AccountSweepFreq time.Duration `name:"account-sweep-freq"` + AccountNoteMaxSize int `name:"account-note-max-size"` + AccountNoteTTL time.Duration `name:"account-note-ttl"` + AccountNoteSweepFreq time.Duration `name:"account-note-sweep-freq"` + BlockMaxSize int `name:"block-max-size"` BlockTTL time.Duration `name:"block-ttl"` BlockSweepFreq time.Duration `name:"block-sweep-freq"` |