add sqlite busy_timeout=5000
This commit is contained in:
@@ -3,4 +3,4 @@ package common
|
||||
var UsingSQLite = false
|
||||
var UsingPostgreSQL = false
|
||||
|
||||
var SQLitePath = "one-api.db"
|
||||
var SQLitePath = "one-api.db?_busy_timeout=5000"
|
||||
|
||||
Reference in New Issue
Block a user