Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kobayurii committed Oct 16, 2024
1 parent b14b5e4 commit 6446bb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### What's Changed
* Improved bulk insertion of state_changes, reducing database requests from hundreds to a maximum of 7 per block.
* Configuration improvement. Create default config.toml on start application to loaded parameters from the environment variables.

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

Expand Down
2 changes: 1 addition & 1 deletion configuration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Put TOML file `config.toml` with configuration in the home root of the project.
## Default Configuration

If `config.toml` is not found, the application will create default config toml with env variables.
This file to present all confiuration around th environment variables [default_env_config.rs](configuration/src/default_env_config.rs)
This file to present all configuration around th environment variables [default_env_config.rs](configuration/src/default_env_config.rs)
Not present environment variables will be set to default values
See more details and information about each parameter in [example.config.toml](configuration/example.config.toml)

Expand Down

0 comments on commit 6446bb2

Please sign in to comment.