Parcourir la source

fix: missing max conn configs

Yeuoly il y a 9 mois
Parent
commit
dec9a92e4c
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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{