Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kobayurii committed Jan 8, 2025
1 parent 8edbb2b commit f60f16d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### What's Changed
* Migrate from lake data to fastnear data
* Add metrics to calculate the number of blocks which fetched from the cache and fastnear
* Add blocks chunks cache and optimize cache layer for read-rpc-server
* Add S3 Client Implementation for Transaction Details with Support for Multiple Storage Providers

## [0.3.3](https://github.com/near/read-rpc/releases/tag/v0.3.3)

Expand Down
2 changes: 1 addition & 1 deletion rpc-server/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ async fn task_optimistic_block_status() {
.with_label_values(&["optimistic"])
.get();
loop {
// check every second
// check every 2 seconds
tokio::time::sleep(std::time::Duration::from_secs(2)).await;

// get the current final block height
Expand Down

0 comments on commit f60f16d

Please sign in to comment.