mirror of
https://git.oceanpay.cc/danial/kami_itunes_third_api.git
synced 2025-12-18 21:19:19 +00:00
perf(deploy): 减少 Docker 入口脚本中的睡眠时间
- 将 sleep 5 修改为 sleep 1,以缩短等待时间 - 这一变更可以加快容器启动速度,提高效率
This commit is contained in:
@@ -11,5 +11,5 @@ while true; do
|
||||
# 如果成功获取锁,则运行 Python 脚本
|
||||
python -u main.py
|
||||
) 200>$LOCKFILE
|
||||
sleep 5
|
||||
sleep 1
|
||||
done
|
||||
Reference in New Issue
Block a user