mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-07-31 09:19:16 +02:00
change some plugin stuff and allow to hook into tx_search
This commit is contained in:
+1
-1
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user