perf: 修改 redis scan counter

pull/8455/head
ibuler 2022-06-20 19:26:49 +08:00 committed by Jiangjie.Bai
parent ea5e56b33e
commit 2c63b56f62
1 changed files with 2 additions and 0 deletions

View File

@ -153,3 +153,5 @@ ANSIBLE_LOG_DIR = os.path.join(PROJECT_DIR, 'data', 'ansible')
REDIS_HOST = CONFIG.REDIS_HOST
REDIS_PORT = CONFIG.REDIS_PORT
REDIS_PASSWORD = CONFIG.REDIS_PASSWORD
DJANGO_REDIS_SCAN_ITERSIZE = 1000