Skip to content

Commit

Permalink
[Java] Busy spin the conductor for low latency.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed Jul 4, 2016
1 parent 948d8b2 commit 8d84f75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aeron-driver/src/main/resources/low-latency.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ aeron.rcv.initial.window.length=2097152
aeron.threading.mode=DEDICATED
aeron.sender.idle.strategy=org.agrona.concurrent.BusySpinIdleStrategy
aeron.receiver.idle.strategy=org.agrona.concurrent.BusySpinIdleStrategy
aeron.conductor.idle.strategy=org.agrona.concurrent.BusySpinIdleStrategy
agrona.disable.bounds.checks=true

0 comments on commit 8d84f75

Please sign in to comment.