Skip to content

Commit c49b092

Browse files
committed
Increase the default maximum number of failed attempts to 5
1 parent 4414aa2 commit c49b092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/auth_monitor_options.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pub struct AuthMonitorOptions {
99
impl Default for AuthMonitorOptions {
1010
fn default() -> Self {
1111
return AuthMonitorOptions {
12-
max_failed_attempts: 3,
12+
max_failed_attempts: 5,
1313
reset_after_seconds: 1800,
1414
};
1515
}

0 commit comments

Comments
 (0)