Skip to content

Commit

Permalink
Update docs/using-the-nodejs-wrapper/using-plugins/UsingTheFastestRes…
Browse files Browse the repository at this point in the history
…ponseStrategyPlugin.md

Co-authored-by: Sophia Chu <[email protected]>
  • Loading branch information
joyc-bq and sophia-bq authored Jan 5, 2025
1 parent b3bfe67 commit 6ac96ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The Fastest Response Strategy Plugin is a host selection strategy plugin that monitors the response time of each reader host, and returns the host with the fastest response time. The plugin stores the fastest host in a cache so it can easily be retrieved again.

The host response time is measured at an interval set by `responseMeasurementIntervalMs`, at which time the old cache expires and is updated with the current fastest host.
The host response time is measured at an interval set by the configuration parameter `responseMeasurementIntervalMs`, at which time the old cache expires and is updated with the current fastest host.

## Using the Fastest Response Strategy Plugin

Expand Down

0 comments on commit 6ac96ed

Please sign in to comment.