Skip to content

Commit

Permalink
5 minutes and code owners (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-t-wang authored Feb 19, 2025
1 parent 4c3e3a0 commit 0b3403f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @m1guelpf @andy-t-wang @decentralgabe
2 changes: 1 addition & 1 deletion src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use axum::http::StatusCode;
use redis::RedisError;
use schemars::JsonSchema;

pub const EXPIRE_AFTER_SECONDS: u64 = 60;
pub const EXPIRE_AFTER_SECONDS: u64 = 300; // Increasing to allow partner verifications.
pub const REQ_STATUS_PREFIX: &str = "req:status:";

#[derive(Debug, Clone, Copy, serde::Serialize, serde::Deserialize, JsonSchema)]
Expand Down

0 comments on commit 0b3403f

Please sign in to comment.