Commit eb4a6823 authored by Dominik Charousset's avatar Dominik Charousset

Fix typo

parent 11a6eb7c
...@@ -149,7 +149,7 @@ actor_system_config::actor_system_config() ...@@ -149,7 +149,7 @@ actor_system_config::actor_system_config()
"sets the desired timespan for a single batch") "sets the desired timespan for a single batch")
.add(streaming_max_batch_delay_us, "max-batch-delay-us", .add(streaming_max_batch_delay_us, "max-batch-delay-us",
"sets the maximum delay for sending underfull batches in microseconds") "sets the maximum delay for sending underfull batches in microseconds")
.add(streaming_credit_round_interval_us, "credit-cycle-interval-us", .add(streaming_credit_round_interval_us, "credit-round-interval-us",
"sets the length of credit intervals in microseconds"); "sets the length of credit intervals in microseconds");
opt_group{options_, "scheduler"} opt_group{options_, "scheduler"}
.add(scheduler_policy, "policy", .add(scheduler_policy, "policy",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment