Skip to content

Commit

Permalink
rm options of removed modules
Browse files Browse the repository at this point in the history
  • Loading branch information
darky committed Dec 14, 2024
1 parent 9b62180 commit a3dcdf1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,6 @@ export type Options = {
* how often to poll PostgreSQL for new messages, default 5000 milliseconds
*/
pollInterval?: number
/**
* how often to process new messages in 'logical' mode, default 100 milliseconds
*/
logicalBatchInterval?: number
/**
* how often to process responses of messages, default 100 milliseconds
*/
respondInterval?: number
/**
* how much messages send for processing, default 50
*/
Expand Down

0 comments on commit a3dcdf1

Please sign in to comment.