mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-14 04:16:49 +00:00
perf: 修改 redis scan counter
This commit is contained in:
parent
ea5e56b33e
commit
2c63b56f62
@ -153,3 +153,5 @@ ANSIBLE_LOG_DIR = os.path.join(PROJECT_DIR, 'data', 'ansible')
|
|||||||
REDIS_HOST = CONFIG.REDIS_HOST
|
REDIS_HOST = CONFIG.REDIS_HOST
|
||||||
REDIS_PORT = CONFIG.REDIS_PORT
|
REDIS_PORT = CONFIG.REDIS_PORT
|
||||||
REDIS_PASSWORD = CONFIG.REDIS_PASSWORD
|
REDIS_PASSWORD = CONFIG.REDIS_PASSWORD
|
||||||
|
|
||||||
|
DJANGO_REDIS_SCAN_ITERSIZE = 1000
|
||||||
|
Loading…
Reference in New Issue
Block a user