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 f04e5b69cbd137b16340d16baa26893648798f60 Author: numinex <[email protected]> AuthorDate: Wed Jul 9 16:50:38 2025 +0200 moar partitions --- core/common/src/commands/partitions/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;
