change passwordHashingCost to 12

This commit is contained in:
Hoang 2021-12-14 16:30:41 +07:00
parent 6e0eeb652b
commit 57ea2d882a
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ package internal
const (
timezoneHCM = "Asia/Ho_Chi_Minh"
passwordHashingCost = 14
passwordHashingCost = 12
TablePrefixDefault = "usermngmt"