mirror of
https://github.com/linux-do/new-api.git
synced 2025-11-05 13:53:42 +08:00
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