This is an automated email from the ASF dual-hosted git repository. gkoszyk pushed a commit to branch moar_partitions in repository https://gitbox.apache.org/repos/asf/iggy.git
commit 53314f85052f8ff10878319e91440d77da806c52 Author: numinex <[email protected]> AuthorDate: Wed Jul 9 16:50:38 2025 +0200 moar partitions --- core/common/src/commands/partitions/mod.rs | 2 +- core/server/src/bootstrap.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/common/src/commands/partitions/mod.rs b/core/common/src/commands/partitions/mod.rs index e5664452..733bfa38 100644 --- a/core/common/src/commands/partitions/mod.rs +++ b/core/common/src/commands/partitions/mod.rs @@ -19,4 +19,4 @@ pub mod create_partitions; pub mod delete_partitions; -const MAX_PARTITIONS_COUNT: u32 = 1000; +const MAX_PARTITIONS_COUNT: u32 = 50000; diff --git a/core/server/src/bootstrap.rs b/core/server/src/bootstrap.rs index 68419ba9..0dee96c7 100644 --- a/core/server/src/bootstrap.rs +++ b/core/server/src/bootstrap.rs @@ -141,7 +141,7 @@ pub fn create_shard_executor(cpu_set: HashSet<usize>) -> Runtime { compio::runtime::RuntimeBuilder::new() .with_proactor(proactor.to_owned()) - .event_interval(69) + .event_interval(1024) .thread_affinity(cpu_set) .build() .unwrap()
