change some plugin stuff and allow to hook into tx_search

This commit is contained in:
2026-04-06 21:55:40 +02:00
parent 9ef820d699
commit 501fe0d443
4 changed files with 13 additions and 4 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ require("./device");
{
const helpers = require('./helpers');
const plugins = helpers.findServerFiles(serverConfig.plugins);
if (plugins.length > 0) setTimeout(helpers.startPluginsWithDelay, 4000, plugins, 3000);
if (plugins.length > 0) setTimeout(helpers.startPluginsWithDelay, 3000, plugins, 3000);
}
require('./stream/index');