You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/data.go
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -43,8 +43,8 @@ var (
43
43
MemProfilebool
44
44
45
45
ConcurNum=2// The maximum number of K-line tasks to be downloaded at the same time. If it is too high, a 429 current limit will occur. 最大同时下载K线任务数,过大会出现429限流
46
-
Version="v0.2.14-beta.3"
47
-
UIVersion="v0.2.12"
46
+
Version="v0.2.14-beta.4"
47
+
UIVersion="v0.2.14-beta.4"
48
48
SysLangstring// language code for current system 当前系统语言设置
0 commit comments