From 48ef530180aeec4f91517e2b86ef75745c28241c Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期五, 25 八月 2023 18:00:31 +0800 Subject: [PATCH] plc连接加入连接池并设置连接超时为5秒 --- .gitignore | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index 10e3992..1561e76 100644 --- a/.gitignore +++ b/.gitignore @@ -21,4 +21,8 @@ *.exe *.test -apsClient \ No newline at end of file +apsClient +aps.db +.idea +logs +datafile \ No newline at end of file -- Gitblit v1.8.0