requests-cache-enabled docs

This commit is contained in:
a10zn8
2022-12-19 17:25:21 +04:00
parent 5db9e1bfd1
commit 482b7b5e1e

View File

@@ -11,6 +11,16 @@ immediately evicted from the caches.
Dshackle keeps latest blocks in memory (by default 64 blocks)
=== Disable all caching and cache related optimisations
Sometimes you may need to disable all caching and optimisations and just send all requests to remote upstreams as is.
.Disable cache config (dshackle.yaml)
[source, yaml]
----
cache:
requests-cache-enabled: false
----
=== Redis cache
Dshackle can optionally cache blocks and transactions in Redis cache. The values are cached up to 1 hour, but