Skip to content

Commit ec6edc6

Browse files
committed
update changelist, version: v2.4.2
1 parent 6373927 commit ec6edc6

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

AdminRegistryServer/AdminRegistryImp.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@ int AdminRegistryImp::batchPatch_inner(const tars::PatchRequest & req, string &r
901901

902902
iRet = proxy->tars_set_timeout(timeout)->patchPro(reqPro, result);
903903

904-
deleteHistorys(reqPro.appname, sServerName);
904+
// deleteHistorys(reqPro.appname, sServerName);
905905
}
906906
catch(TarsSyncCallTimeoutException& ex)
907907
{

Changelist.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2+
## v2.4.2 2020.06.10
3+
### en:
4+
- speed tars docker start
5+
- clear t_server_notifys records
6+
- support dcache deploy
7+
- fix tarsnode start server timeout limit
8+
### cn:
9+
- 加速docker启动速度
10+
- 清除t_server_notifys记录
11+
- 支持dcache部署优化
12+
- 修复tarsnode启动服务超时太短的bug
13+
14+
115
## v2.4.1 2020.06.02
216
### en:
317
- fix registry db protect bug

0 commit comments

Comments
 (0)