mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix: Add config for max task runners payload size (no-changelog) (#11366)
This commit is contained in:
@@ -169,6 +169,11 @@ export class JsTaskRunner extends TaskRunner {
|
||||
// Missing JS natives
|
||||
btoa,
|
||||
atob,
|
||||
TextDecoder,
|
||||
TextDecoderStream,
|
||||
TextEncoder,
|
||||
TextEncoderStream,
|
||||
FormData,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user