How would one alter a line of code in n8n source code?

Describe the problem/error/question

I saw a discussion early saying that removing the callback function would let the ai agent be much faster, I installed with npm and now I’m trying to locate the files so I can remove the callback, but I cant seem to find the files anywhere

What is the error message (if any)?

last

Information on your n8n setup

running on ubuntu vps, using npm

You would need to create a GitHub fork of the project or build a custom Docker image with the necessary changes.

It can be quite complex and requires programming skills, especially if you’re not familiar with how the project is structured.

Instead of modifying the source code directly, consider looking into configuration options or alternative workflow logics.

:point_right: If my reply answers your question, please remember to mark it as a solution.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.