update config.py.example

This commit is contained in:
p23 2025-04-28 19:24:27 +08:00
parent ef39b93b3a
commit 443a2da0ea

View file

@ -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"
PICTURE_MAKER = "PictureMaker/default.py"