add sqlite busy_timeout=3000

This commit is contained in:
CaIon 2023-12-13 16:21:00 +08:00
parent 366b82128f
commit 0e9391aaae

View File

@ -3,4 +3,4 @@ package common
var UsingSQLite = false var UsingSQLite = false
var UsingPostgreSQL = false var UsingPostgreSQL = false
var SQLitePath = "one-api.db" var SQLitePath = "one-api.db?_busy_timeout=3000"