ソースを参照

fix: missing max conn configs

Yeuoly 9 ヶ月 前
コミット
dec9a92e4c
共有1 個のファイルを変更した2 個の追加0 個の削除を含む
  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{