Skip to content

Commit c977487

Browse files
Update README.md
Changes as per Review.
1 parent 2d117fd commit c977487

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,11 @@ To specify Refresh Interval, use the parameter `ybServersRefreshInterval` in the
6666
```
6767
"postgres://username:password@localhost:5433/database_name?ybServersRefreshInterval=X&loadBalance=true&topologyKeys=cloud1.region1.*:1,cloud1.region2.*:2";
6868
```
69+
Here, X is the value of the refresh interval (seconds) in integer.
70+
6971
To know more visit the [docs page](https://docs.yugabyte.com/preview/drivers-orms/).
7072

71-
For a working example which demonstrates the configurations of connection load balancing see the [driver-examples](https://github.com/yugabyte/driver-examples/tree/main/go/pgx) repository.
73+
For a working example which demonstrates the configurations of connection load balancing see the [driver-examples](https://github.com/yugabyte/driver-examples/tree/main/nodejs) repository.
7274

7375
Non-blocking PostgreSQL client for Node.js. Pure JavaScript and optional native libpq bindings.
7476

0 commit comments

Comments
 (0)