From bcc38a54b2ca8268d7233b1a0e8250d81ca4bd7d Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期二, 05 九月 2023 12:27:42 +0800 Subject: [PATCH] 为交易加锁 --- constant.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/constant.py b/constant.py index dc90731..05080af 100644 --- a/constant.py +++ b/constant.py @@ -114,10 +114,10 @@ L_CANCEL_MIN_WATCH_COUNT = 10 # 鎾ゅ崟姣斾緥 L_CANCEL_RATE = 0.6 - - # 澶ч噾棰� L_CANCEL_BIG_MONEY = 100 +# 灏忛噾棰� +L_CANCEL_MIN_MONEY = 50 # 鍗庨懌L2鐨勫崱浣嶆暟閲� HUAXIN_L2_MAX_CODES_COUNT = 50 -- Gitblit v1.8.0