Skip to content

Commit

Permalink
Update application.properties with streaming prop
Browse files Browse the repository at this point in the history
  • Loading branch information
chDame authored and falko committed Apr 26, 2024
1 parent b5b3338 commit 69747ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ benchmark.starterId=benchmarkStarter1
######################
zeebe.client.worker.max-jobs-active=2000
zeebe.client.worker.threads=100
zeebe.client.default-job-worker-stream-enabled=true

benchmark.maxBackpressurePercentage=10.0
benchmark.startPiReduceFactor=0.1
Expand All @@ -64,4 +65,4 @@ async.queueCapacity=1000
scheduler.poolSize=10

# when 0, use the default Exponential Backoff Supplier. Otherwise, specify fixed number of millis backoff.
benchmark.fixedBackOffDelay=0
benchmark.fixedBackOffDelay=0

0 comments on commit 69747ea

Please sign in to comment.