We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e090714 commit 0da92feCopy full SHA for 0da92fe
lib/index.ts
@@ -44,11 +44,6 @@ const hasBinary = (obj: any, toJSON?: boolean): boolean => {
44
};
45
46
export interface PostgresAdapterOptions {
47
- /**
48
- * the name of this node
49
- * @default a random id
50
- */
51
- uid: string;
52
/**
53
* The prefix of the notification channel
54
* @default "socket.io"
@@ -64,11 +59,6 @@ export interface PostgresAdapterOptions {
64
59
* @default 8000
65
60
*/
66
61
payloadThreshold: number;
67
68
- * after this timeout the adapter will stop waiting from responses to request
69
- * @default 5000
70
71
- requestsTimeout: number;
72
62
73
63
* Number of ms between two cleanup queries
74
* @default 30000
0 commit comments