[Update] LDAP 搜索分页配置默认值修改为1000

pull/3289/head
BaiJiangJie 2019-09-26 19:02:26 +08:00
parent e4ecb19e38
commit 587e3fdd74
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ defaults = {
'SECURITY_MFA_VERIFY_TTL': 3600,
'ASSETS_PERM_CACHE_ENABLE': False,
'PERM_SINGLE_ASSET_TO_UNGROUP_NODE': False,
'AUTH_LDAP_SEARCH_PAGED_SIZE': None,
'AUTH_LDAP_SEARCH_PAGED_SIZE': 1000,
}