From 443a2da0eadb2ced6e74cb867b00fc69b9686bc4 Mon Sep 17 00:00:00 2001 From: p23 Date: Mon, 28 Apr 2025 19:24:27 +0800 Subject: [PATCH] update config.py.example --- config/config.py.example | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/config/config.py.example b/config/config.py.example index 12cf6d3..4fe9e52 100644 --- a/config/config.py.example +++ b/config/config.py.example @@ -16,10 +16,8 @@ DEBUG = False # worker ## work interval -#WORK_INTERVAL_MIN = 30 -#WORK_INTERVAL_MAX = 60 -WORK_INTERVAL_MIN = 2*60 # 2 mins -WORK_INTERVAL_MAX = 5*60 # 5 mins +WORK_INTERVAL_MIN = 1*60 + 30 # 1.5 mins +WORK_INTERVAL_MAX = 3*60 + 30 # 3.5 mins # api ## cache @@ -46,9 +44,9 @@ FILE_MINE_TYPE = { #################### # Interface config # #################### -INTERFACE = "interface/tcivs.py" +INTERFACE = "interface/example.py" #################### # PictureMaker # #################### -PICTURE_MAKER = "PictureMaker/testing.py" \ No newline at end of file +PICTURE_MAKER = "PictureMaker/default.py" \ No newline at end of file