Skip to content

Commit

Permalink
BC-6273 - Reduce failed login waiting period from 15 to 5 seconds (#900)
Browse files Browse the repository at this point in the history
- reducing login block time
  • Loading branch information
MartinSchuhmacher authored Jul 9, 2024
1 parent 5ee3056 commit d2234e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/group_vars/all/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ configuration_all:
client: true
nuxtclient: false
LOGIN_BLOCK_TIME:
value: "15"
value: "5"
server: true
client: true
nuxtclient: false
Expand Down

0 comments on commit d2234e8

Please sign in to comment.