""" ------------------------------------------------- File Name: setting.py Description: 设置模块,包含了一些常量。 Author: Liu Date: 2016/12/9 ------------------------------------------------- """ # Redis Host HOST = 'localhost' # Redis PORT PORT = 6379 POOL_LOWER_THRESHOLD = 20 POOL_UPPER_THRESHOLD = 200 VALID_CHECK_CYCLE = 600 POOL_LEN_CHECK_CYCLE = 20