Skip to content

Commit 0da92fe

Browse files
refactor: remove unused options
1 parent e090714 commit 0da92fe

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

lib/index.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@ const hasBinary = (obj: any, toJSON?: boolean): boolean => {
4444
};
4545

4646
export interface PostgresAdapterOptions {
47-
/**
48-
* the name of this node
49-
* @default a random id
50-
*/
51-
uid: string;
5247
/**
5348
* The prefix of the notification channel
5449
* @default "socket.io"
@@ -64,11 +59,6 @@ export interface PostgresAdapterOptions {
6459
* @default 8000
6560
*/
6661
payloadThreshold: number;
67-
/**
68-
* after this timeout the adapter will stop waiting from responses to request
69-
* @default 5000
70-
*/
71-
requestsTimeout: number;
7262
/**
7363
* Number of ms between two cleanup queries
7464
* @default 30000

0 commit comments

Comments
 (0)