diff --git a/server/src/plugin/plugin-host.ts b/server/src/plugin/plugin-host.ts index eba66e8d6..e581d5709 100644 --- a/server/src/plugin/plugin-host.ts +++ b/server/src/plugin/plugin-host.ts @@ -41,6 +41,9 @@ export class PluginHost { scrypted: ScryptedRuntime; remote: PluginRemote; io: IOServer = new io.Server({ + // object detection drag drop 4k can be massive. + // streaming support somehow? + maxHttpBufferSize: 20000000, pingTimeout: 120000, perMessageDeflate: true, cors: (req, callback) => {