setting.py 194 B

12345678910111213
  1. # Redis Host
  2. HOST = 'localhost'
  3. # Redis PORT
  4. PORT = 6379
  5. POOL_LOWER_THRESHOLD = 10
  6. POOL_UPPER_THRESHOLD = 100
  7. VALID_CHECK_CYCLE = 60
  8. POOL_LEN_CHECK_CYCLE = 20
  9. TEST_API='http://www.baidu.com'