Skip to content

Commit 1bd2043

Browse files
sbernauerlfrancke
andauthored
Update rust/operator-binary/src/config/mod.rs
Co-authored-by: Lars Francke <lars.francke@stackable.tech>
1 parent cfcbba4 commit 1bd2043

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • rust/operator-binary/src/config

rust/operator-binary/src/config/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ pub fn build_nifi_properties(
610610
PROTOCOL_PORT.to_string(),
611611
);
612612

613-
// In case the number of NiFi nodes is hard-coded to a fixed (no auto-scaling), we can tell
613+
// In case the number of NiFi nodes is hard-coded to a fixed number (no auto-scaling), we can tell
614614
// this NiFi, so that startup is much quicker.
615615
// Note: In case we don't know the replica count, we set it to "" as that's what we always did
616616
// before.

0 commit comments

Comments
 (0)