Attempt to fix db timeouts (#674)

This commit is contained in:
Geometrically
2023-08-07 12:37:29 -07:00
committed by GitHub
parent 4b07ee2fa8
commit f21c756793
2 changed files with 23 additions and 23 deletions

View File

@@ -10,7 +10,7 @@ use serde::{Deserialize, Serialize};
const PROJECTS_NAMESPACE: &str = "projects";
const PROJECTS_SLUGS_NAMESPACE: &str = "projects_slugs";
const PROJECTS_DEPENDENCIES_NAMESPACE: &str = "projects_dependencies";
const DEFAULT_EXPIRY: i64 = 1800; // 30 minutes
const DEFAULT_EXPIRY: i64 = 3600; // 60 minutes
#[derive(Clone, Debug, Serialize, Deserialize)]
pub struct DonationUrl {