chore: drop idx_channels_key on start

This commit is contained in:
JustSong
2024-03-11 02:24:58 +08:00
parent a45fc7d736
commit a90161cf00
2 changed files with 5 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ import "github.com/songquanpeng/one-api/common/helper"
var UsingSQLite = false
var UsingPostgreSQL = false
var UsingMySQL = false
var SQLitePath = "one-api.db"
var SQLiteBusyTimeout = helper.GetOrDefaultEnvInt("SQLITE_BUSY_TIMEOUT", 3000)