Skip to content

Commit

Permalink
docs: minor re-fine
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhus committed Dec 30, 2019
1 parent d84efbd commit dcb2f8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PgIpLock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ import Timeout = NodeJS.Timeout;

/**
* Implements manageable inter-process locking mechanism over
* existing PostgreSQL connection for a given LISTEN channel.
* existing PostgreSQL connection for a given `LISTEN` channel.
*
* It uses periodic locks acquire retries and implements graceful shutdown
* using SIGINT, SIGTERM and SIGABRT OS signals, by which safely releases
* using `SIGINT`, `SIGTERM` and `SIGABRT` OS signals, by which safely releases
* an acquired lock, which causes an event to other similar running instances
* on another processes (or on another hosts) to capture free lock.
*
Expand Down

0 comments on commit dcb2f8c

Please sign in to comment.