Skip to content

Commit

Permalink
馃敄 Release v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
iota9star committed Mar 19, 2024
1 parent f6f27d7 commit c19aee3
Show file tree
Hide file tree
Showing 10 changed files with 921 additions and 216 deletions.
11 changes: 9 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,14 @@ IP_LIMIT_BURST_SIZE=50000
# default 500
CONCURRENCY_LIMIT=100
# default 1
ELECTRUMX_WS_INSTANCE=5
# default 10
ELECTRUMX_WS_INSTANCE=1
# default 10s
RESPONSE_TIMEOUT=10
# max cache entry, default 10000
MAX_CACHE_ENTRIES=10000
# cache live time, default 480s
CACHE_TIME_TO_LIVE=480
# cache idle time, default 60s
CACHE_TIME_TO_IDLE=60

RUST_LOG=info
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.6

- Added support for request caching to reduce indexer access and improve performance.

## 0.1.5

- Allow configuring the number of concurrently running WebSocket instances to improve throughput.
Expand Down
Loading

0 comments on commit c19aee3

Please sign in to comment.