From 59db7074f732375942f17454da658975c8fdc519 Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@smartai.com> Date: 星期五, 20 十月 2023 15:21:58 +0800 Subject: [PATCH] 同步数据时,长度超过serf限制,修改为分段发送 --- .gitignore | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ca9b9ad..b44b3d7 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,11 @@ *.exe *.test -apsClient +apsClient* aps.db -.idea \ No newline at end of file +aps.db-journal +.idea +logs +datafile +datafile.zip +nohup.out -- Gitblit v1.8.0