Skip to content

Commit

Permalink
Update cost
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken-Miura committed Nov 28, 2023
1 parent 7087590 commit 5182767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ pub const MIN_DURATION_BEFORE_CONSULTATION_ACCEPTANCE_IN_SECONDS: u32 = 604800;
/// 適切な値は実行環境により異なる。実行環境が変わる際は計測し、適切な値を設定する。<br>
/// 下記リンクによると一回の処理に250ms以上計算にかかる値を選択するのが適切と紹介されている。<br>
/// 参考: https://security.stackexchange.com/questions/17207/recommended-of-rounds-for-bcrypt <br>
const BCRYPT_COST: u32 = 7;
const BCRYPT_COST: u32 = 10;

/// アプリケーションサーバが保持可能な状態
///
Expand Down

0 comments on commit 5182767

Please sign in to comment.