Explorar el Código

fix: missing max conn configs

Yeuoly hace 9 meses
padre
commit
dec9a92e4c
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      internal/core/plugin_manager/remote_manager/server.go

+ 2 - 0
internal/core/plugin_manager/remote_manager/server.go

@@ -102,6 +102,8 @@ func NewRemotePluginServer(config *app.Config, media_manager *media_manager.Medi
 		plugins_lock: &sync.RWMutex{},
 
 		shutdown_chan: make(chan bool),
+
+		max_conn: int32(config.PluginRemoteInstallingMaxConn),
 	}
 
 	manager := &RemotePluginServer{