mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-19 22:59:05 +00:00
fix: 修复导入LDAP数据库超时导致 Lock wait timeout 的问题
This commit is contained in:
parent
fb286f4665
commit
0132eafeb6
@ -81,7 +81,6 @@ def check_user_expired_periodic():
|
||||
|
||||
|
||||
@shared_task
|
||||
@transaction.atomic
|
||||
def import_ldap_user():
|
||||
logger.info("Start import ldap user task")
|
||||
util_server = LDAPServerUtil()
|
||||
|
Loading…
Reference in New Issue
Block a user