Skip to content

Commit

Permalink
fix(config): add correct name to the toml (#1560)
Browse files Browse the repository at this point in the history
## What ❔

<!-- What are the changes this PR brings about? -->
<!-- Example: This PR adds a PR template to the repo. -->
<!-- (For bigger PRs adding more context is appreciated) -->

## Why ❔

<!-- Why are these changes done? What goal do they contribute to? What
are the principles behind them? -->
<!-- Example: PR templates ensure PR reviewers, observers, and future
iterators are in context about the evolution of repos. -->

## Checklist

<!-- Check your PR fulfills the following items. -->
<!-- For draft PRs check the boxes as you complete them. -->

- [ ] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [ ] Tests for the changes have been added / updated.
- [ ] Documentation comments have been added / updated.
- [ ] Code has been formatted via `zk fmt` and `zk lint`.
- [ ] Spellcheck has been run via `zk spellcheck`.
- [ ] Linkcheck has been run via `zk linkcheck`.

Signed-off-by: Danil <deniallugo@gmail.com>
  • Loading branch information
Deniallugo committed Apr 3, 2024
1 parent 27fe475 commit 346a0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/env/base/house_keeper.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ prover_stats_reporting_interval_ms = 50000
proof_compressor_job_retrying_interval_ms = 30000
proof_compressor_stats_reporting_interval_ms = 10000
prover_job_archiver_reporting_interval_ms = 1800000
prover_job_archiver_archiving_interval_ms = 172800
prover_job_archiver_archiving_interval_secs = 172800

0 comments on commit 346a0a0

Please sign in to comment.