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 | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index 5f530a0..1561e76 100644 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,7 @@ *.exe *.test apsClient -aps.db \ No newline at end of file +aps.db +.idea +logs +datafile \ No newline at end of file -- Gitblit v1.8.0