fix/sqlite #10

Merged
jake merged 17 commits from fix/sqlite into main 2025-06-19 21:58:10 +00:00
Showing only changes of commit e4984c8941 - Show all commits

View File

@ -19,7 +19,7 @@ methods query, exec, queryrow -- these wrapper functions handle timeouts and oth
*/ */
const ( const (
DB_TIMEOUT = time.Second * 1 DB_TIMEOUT = time.Second * 10
) )
type database struct { type database struct {