bcgov / von-network

A portable development level Indy Node network.
Apache License 2.0
159 stars 188 forks source link

Disable built-in ledger cache and browser tools when using IndyScan as the ledger browser #286

Open WadeBarnes opened 10 months ago

WadeBarnes commented 10 months ago

Support for linking to an IndyScan instance for ledger browsing was recently added, bypassing the build-in ledger browsing tools. However, in the background, the ledger cache is still maintained and updated, and the built-in browser tools are still available.

The cache and build-in browser tools should be disabled when using IndyScan as the ledger browser. i.e. When INDY_SCAN_URL is set. This will save on memory and disk usage.