Commit 3146624d by CaIon

add sqlite busy_timeout=5000

parent 2c45cf6e
......@@ -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"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment