make login lockout duration configurable (#11699)

This commit is contained in:
Kazuhisa Wada 2024-12-16 20:05:27 +09:00 committed by GitHub
commit e20161b3de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 1 deletions

View file

@ -435,3 +435,5 @@ CREATE_TIDB_SERVICE_JOB_ENABLED=false
# Maximum number of submitted thread count in a ThreadPool for parallel node execution
MAX_SUBMIT_COUNT=100
# Lockout duration in seconds
LOGIN_LOCKOUT_DURATION=86400