diff --git a/charts/blutgang/Chart.yaml b/charts/blutgang/Chart.yaml index 7deda70b..1998f22c 100644 --- a/charts/blutgang/Chart.yaml +++ b/charts/blutgang/Chart.yaml @@ -7,7 +7,7 @@ icon: https://github.com/rainshowerLabs/blutgang/assets/55022497/ec668c7a-5f56-4 sources: - https://github.com/rainshowerLabs/blutgang type: application -version: 0.0.11 +version: 0.1.0 maintainers: - name: barnabasbusa email: busa.barnabas@gmail.com diff --git a/charts/blutgang/README.md b/charts/blutgang/README.md index d66b044c..1d651174 100644 --- a/charts/blutgang/README.md +++ b/charts/blutgang/README.md @@ -1,7 +1,7 @@ # blutgang -![Version: 0.0.11](https://img.shields.io/badge/Version-0.0.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) Blutgang is a blazing fast, caching, minimalistic load balancer designed with Ethereum's JSON-RPC in mind. Historical RPC queries are cached in a local database, bypassing the need for slow, repeating calls to your node. diff --git a/charts/blutgang/values.yaml b/charts/blutgang/values.yaml index b990f73d..8012fbfb 100644 --- a/charts/blutgang/values.yaml +++ b/charts/blutgang/values.yaml @@ -85,17 +85,11 @@ config: | # Path to db db_path = "/data/blutgang-cache" # sled mode. Can be HighThroughput/LowSpace - mode = "HighThroughput" # Cache size in bytes. - cache_capacity = 1000000000 - # Use zstd compression. Reduces size 60-70%, - # and increases CPU and latency by around 10% for db writes and 2% for reads. - # If storage constrained, it's fine to have it be on. - compression = false - # Print DB profile when dropped. Doesn't do anything for now. - print_profile = false - # Frequency of flushes in ms - flush_every_ms = 240 + cache_capacity = 400000 # Cache size in bytes + # Select zstd compression level, goes from 1-12 where 12 is the most. + compression = 1 + flush_every_ms = 325 # Frequency of flushes in ms # Add seperate RPCs as TOML tables # DO NOT name an rpc `blutgang`, `admin`, or `sled`