We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e905f5 commit 92d1fefCopy full SHA for 92d1fef
src/index.ts
@@ -22,9 +22,9 @@ const pool = new Pool({
22
const streamClient = new StreamClient({
23
url: process.env.APIBARA_URL,
24
token: process.env.APIBARA_AUTH_TOKEN,
25
- timeout: 120_000,
+ timeout: 300_000,
26
clientOptions: {
27
- "grpc.max_receive_message_length": 142381042 * 2,
+ "grpc.max_receive_message_length": 250_000_000,
28
},
29
});
30
0 commit comments