How to use plug-ins?

After MSSQL is executed for more than 15 seconds, the prompt is timed out. How can I use the plug-in mode to customize the timeout?

Welcome to the community @shuyu!

Can you please explain what you mean with “plug-in mode”?

What you can do anytime is to fork n8n, change whatever you want to and then rebuild.

Custom plug in
Nodejs, which is used by MSSQL by default, has a 15 second timeout by default. Can you define and adjust the default time externally

@shuyu Got added. We will let you know when is released.

https://github.com/n8n-io/n8n/pull/1517

A requesttimeout configuration parameter should be added;
For example, execute complex stored procedures, and there are more than 15s;
thank you;