timeout changes

This commit is contained in:
jake 2025-06-18 23:57:16 -04:00
parent c15c16be8d
commit e4984c8941

View File

@ -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 {