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 95ebdf7 commit 306d26cCopy full SHA for 306d26c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "strontium",
3
- "version": "2.9.7",
+ "version": "2.9.8",
4
"description": "Strontium is a TypeScript toolkit for High Performance API servers built for Production not Projects.",
5
"main": "lib/src/index.js",
6
"types": "lib/src/index.d.ts",
src/queue/drivers/gcps/GCPSClient.ts
@@ -81,6 +81,7 @@ export class GCPSClient {
81
"https://pubsub.googleapis.com/google.pubsub.v1.Publisher"
82
)}`,
83
},
84
+ maxContentLength: 10 * 1024 * 1024, // 10 MB in Bytes
85
}
86
)
87
0 commit comments