Skip to content

Commit

Permalink
Add duty cycle stall trackers to artio components
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-adaptive committed Dec 18, 2024
1 parent 10342cd commit 1bbaf9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1297,7 +1297,7 @@ public EngineConfiguration cancelOnDisconnectTimeoutWindowInMs(final int cancelO
}

/**
* Set a threshold for the framer work cycle time which when exceed it will increment the
* Set a threshold for the framer work cycle time which when exceeded it will increment the
* framer cycle time exceeded count.
*
* @param framerCycleThresholdNs value in nanoseconds
Expand All @@ -1310,7 +1310,7 @@ public EngineConfiguration framerCycleThresholdNs(final long framerCycleThreshol
}

/**
* Set a threshold for the indexer work cycle time which when exceed it will increment the
* Set a threshold for the indexer work cycle time which when exceeded it will increment the
* indexer cycle time exceeded count.
*
* @param indexerCycleThresholdNs value in nanoseconds
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ public LibraryConfiguration reproduceInbound(
}

/**
* Set a threshold for the library work cycle time which when exceed it will increment the
* Set a threshold for the library work cycle time which when exceeded it will increment the
* library cycle time exceeded count.
*
* @param libraryCycleThresholdNs value in nanoseconds
Expand Down

0 comments on commit 1bbaf9f

Please sign in to comment.