Skip to content

Commit

Permalink
#8: removed cache config struct from archive pool config struct for d…
Browse files Browse the repository at this point in the history
…efault disablement
  • Loading branch information
sreuland committed Feb 9, 2024
1 parent 5028a92 commit 0600fe9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmd/soroban-rpc/internal/daemon/daemon.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,6 @@ func MustNew(cfg *config.Config) *Daemon {
ConnectOptions: storage.ConnectOptions{
Context: context.Background(),
UserAgent: cfg.HistoryArchiveUserAgent},
CacheConfig: historyarchive.CacheOptions{
Cache: false,
},
},
)

Expand Down

0 comments on commit 0600fe9

Please sign in to comment.