Browse Source

fix: add timeout to webhook

pull/7830/head
mertmit 9 months ago
parent
commit
535a1e4a71
  1. 1
      packages/nocodb/src/helpers/webhookHelpers.ts

1
packages/nocodb/src/helpers/webhookHelpers.ts

@ -436,6 +436,7 @@ export function axiosRequestMake(_apiMeta, _user, data) {
}),
}
: {}),
timeout: 30 * 1000,
};
return req;
}

Loading…
Cancel
Save