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 de2d225 commit c7e3e09Copy full SHA for c7e3e09
packages/apps/tiny-erp/src/tiny-erp.ts
@@ -22,7 +22,7 @@ export const tinyerp = {
22
.runWith({
23
...httpsFunctionOptions,
24
memory: '512MB',
25
- timeoutSeconds: 180,
+ timeoutSeconds: 120,
26
})
27
.https.onRequest((req, res) => {
28
return createExecContext(() => handleTinyWebhook(req, res));
0 commit comments