Skip to content

Commit

Permalink
feat: reduce bridge timeout time (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xPenryn authored Sep 12, 2024
1 parent 1d243b1 commit 035cd8f
Showing 1 changed file with 1 addition and 1 deletion.
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 = 180;
pub const EXPIRE_AFTER_SECONDS: u64 = 60;
pub const REQ_STATUS_PREFIX: &str = "req:status:";

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

0 comments on commit 035cd8f

Please sign in to comment.