Skip to content

Commit 05b931c

Browse files
author
replydev
committed
Increment sleep time to 2000 milliseconds
1 parent 1344079 commit 05b931c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ fn dashboard(){
9797
loop{
9898
utils::print_progress_bar();
9999
otp_helper::show_codes(&elements);
100-
sleep(Duration::from_millis(1000));
100+
sleep(Duration::from_millis(2000));
101101
utils::clear_lines(elements.len() * 2 + 4,false);
102102
}
103103
}

0 commit comments

Comments
 (0)