perf: 调整 secret 长度为32位

pull/12082/head
Eric 2023-11-10 14:50:06 +08:00 committed by Eric_Lee
parent 69c0eb2f50
commit c41fdf1786
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ from common.utils.random import random_string
def default_secret():
return random_string(36)
return random_string(32)
def defatult_ip_group():