Skip to content

Commit

Permalink
chore(en): Update default_enum_index_migration_chunk_size (#190)
Browse files Browse the repository at this point in the history
# What ❔

`default_enum_index_migration_chunk_size` is updated, so migration speed
is acceptable with default settings.

## Why ❔

Migration speed should be acceptable with default settings.

## Checklist

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

- [x] 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`.
  • Loading branch information
perekopskiy authored Oct 11, 2023
1 parent ca788a6 commit 2d34d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/bin/external_node/src/config/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ impl OptionalENConfig {
}

const fn default_enum_index_migration_chunk_size() -> usize {
1000
5000
}

pub fn polling_interval(&self) -> Duration {
Expand Down

0 comments on commit 2d34d28

Please sign in to comment.