chore: update impl

This commit is contained in:
JustSong
2023-12-17 19:16:01 +08:00
parent 0e9391aaae
commit cf0b2c8858
3 changed files with 6 additions and 2 deletions

View File

@@ -3,4 +3,5 @@ package common
var UsingSQLite = false
var UsingPostgreSQL = false
var SQLitePath = "one-api.db?_busy_timeout=3000"
var SQLitePath = "one-api.db"
var SQLiteBusyTimeout = GetOrDefault("SQLITE_BUSY_TIMEOUT", 3000)