Skip to content

Commit

Permalink
chore: update challenge TTL to be longer
Browse files Browse the repository at this point in the history
  • Loading branch information
Zk2u committed Oct 29, 2024
1 parent e3229e1 commit 1fb933a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pub struct Challenge {
expires_at: Instant,
}

const TTL: Duration = Duration::from_secs(20);
const TTL: Duration = Duration::from_secs(60);

#[derive(Debug)]
pub struct NonceNotFound;
Expand Down

0 comments on commit 1fb933a

Please sign in to comment.