Skip to content

Commit e05585b

Browse files
oakgaryporsager
authored andcommitted
corrects explnation of default max_lifetime values in deno/README.md
1 parent 6bed5c0 commit e05585b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deno/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -988,7 +988,7 @@ const sql = postgres('postgres://username:password@host:port/database', {
988988
})
989989
```
990990

991-
Note that `max_lifetime = 60 * (30 + Math.random() * 30)` by default. This resolves to an interval between 45 and 90 minutes to optimize for the benefits of prepared statements **and** working nicely with Linux's OOM killer.
991+
Note that `max_lifetime = 60 * (30 + Math.random() * 30)` by default. This resolves to an interval between 30 and 60 minutes to optimize for the benefits of prepared statements **and** working nicely with Linux's OOM killer.
992992

993993
### Dynamic passwords
994994

0 commit comments

Comments
 (0)