Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(dashmate): typos in README #1256

Merged
merged 2 commits into from
Oct 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/DOCKER.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This document describes some tips and optimizations needed to speed up build of
As Docker images are intensively used as part of the Dashmate workflow, these tips will be mainly
useful to:

* developers, building Platfrom directly from git sources,
* developers, building Platform directly from git sources,
* Github Actions developers, trying to optimize caching of Docker caching.

When building Dash Platform's Docker images, you can encounter the following issues:
Expand All @@ -15,7 +15,7 @@ When building Dash Platform's Docker images, you can encounter the following iss
2. Building for other architectures using emulation (eg. running ARM64 VM on a x86-64 host) is very slow
3. Cross-compiling Platform can be tricky due to some dependency issues (for example, cross-compilation of
librocksdb-sys is hard)
4. With intensive caching, cache can grow very fast and usemore than 10 GB, which is above default cache size limit in
4. With intensive caching, cache can grow very fast and use more than 10 GB, which is above default cache size limit in
Docker buildx and Github Actions.

## Caches
Expand Down
2 changes: 1 addition & 1 deletion docs/DRIVE-ABCI.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Specifies the output format to use for the logs. It can have one of the followin
* **Pretty**: Logs will be formatted in a human-readable and visually appealing manner.
* **Json**: Logs will be formatted in JSON format.

For more detailed description for different formats, refer to the [tracing-subscriber](https://docs.rs/tracing-subscriber/latest/tracing_subscriber/fmt/format/index.html#formatters) documentation.
For more detailed description of different formats, refer to the [tracing-subscriber](https://docs.rs/tracing-subscriber/latest/tracing_subscriber/fmt/format/index.html#formatters) documentation.

#### MAX_FILES (optional)

Expand Down
Loading