mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
perf: Skip browser logging for production tasks in native Python runner (#19028)
This commit is contained in:
@@ -237,6 +237,7 @@ class TaskRunner:
|
||||
stdlib_allow=self.opts.stdlib_allow,
|
||||
external_allow=self.opts.external_allow,
|
||||
builtins_deny=self.opts.builtins_deny,
|
||||
can_log=task_settings.can_log,
|
||||
)
|
||||
|
||||
task_state.process = process
|
||||
|
||||
Reference in New Issue
Block a user