Skip to content

Commit 6ef01f5

Browse files
authored
Tiny punctuation fix for this lean & mean module (porsager#55)
1 parent 4a785bf commit 6ef01f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ const [custom] = sql`
472472

473473
## Teardown / Cleanup
474474

475-
To ensure proper teardown and cleanup on server restarts use `sql.end({ timeout: null })` before `process.exit()`
475+
To ensure proper teardown and cleanup on server restarts use `sql.end({ timeout: null })` before `process.exit()`.
476476

477477
Calling `sql.end()` will reject new queries and return a Promise which resolves when all queries are finished and the underlying connections are closed. If a timeout is provided any pending queries will be rejected once the timeout is reached and the connections will be destroyed.
478478

0 commit comments

Comments
 (0)