Skip to content

Commit 0815d10

Browse files
committed
small docs change
1 parent de0dd92 commit 0815d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/using-the-python-driver/using-plugins/UsingTheFastestResponseStrategyPlugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ conn = AwsWrapperConnection.connect(psycopg.Connection.connect, **params)
2727
## Configuration Parameters
2828
| Parameter | Value | Required | Description | Default Value |
2929
|------------------------------------|:---------:|:--------:|:---------------------------------------------------------------------|---------------|
30-
| `response_measurement_interval_ns` | `Integer` | No | Interval in nanos between measuring response time to a database host | `30_000_000_000` |
30+
| `response_measurement_interval_ns` | `Integer` | No | Interval in nanoseconds between measuring response time to a database host | `30_000_000_000` |
3131

3232
### Sample Code
3333
[Postgres fastest response strategy sample code](../../examples/PGFastestResponseStrategy.py)

0 commit comments

Comments
 (0)