fixed bug for redis pool connection timeout

This commit is contained in:
RockYang
2025-02-21 15:19:58 +08:00
parent c39dd913fd
commit 63fd125439
10 changed files with 54 additions and 184 deletions

View File

@@ -5,11 +5,11 @@ arch=${2:-amd64}
# build go api program
cd ../api
make clean $arch
#make clean $arch
# build web app
cd ../web
npm run build
#npm run build
cd ../build