From e4984c8941ac1d4d3a874f62ad92fb81de53b401 Mon Sep 17 00:00:00 2001 From: jake Date: Wed, 18 Jun 2025 23:57:16 -0400 Subject: [PATCH] timeout changes --- database/sqlx.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/sqlx.go b/database/sqlx.go index f3993a8..3345c55 100644 --- a/database/sqlx.go +++ b/database/sqlx.go @@ -19,7 +19,7 @@ methods query, exec, queryrow -- these wrapper functions handle timeouts and oth */ const ( - DB_TIMEOUT = time.Second * 1 + DB_TIMEOUT = time.Second * 10 ) type database struct {