Fix: deadlock and sync issue in node pool

This commit is contained in:
HFO4
2021-11-03 21:27:53 +08:00
parent 1f06ee3af6
commit 5db476634a
5 changed files with 35 additions and 8 deletions

View File

@@ -4,7 +4,7 @@ package conf
var BackendVersion = "3.3.2"
// RequiredDBVersion 与当前版本匹配的数据库版本
var RequiredDBVersion = "3.3.2"
var RequiredDBVersion = "3.4.0-beta"
// RequiredStaticVersion 与当前版本匹配的静态资源版本
var RequiredStaticVersion = "3.3.2"