chore: drop idx_channels_key on start

This commit is contained in:
CaIon
2024-03-12 00:35:12 +08:00
parent c29680b301
commit c3a01decd8
2 changed files with 5 additions and 0 deletions

View File

@@ -2,5 +2,6 @@ package common
var UsingSQLite = false
var UsingPostgreSQL = false
var UsingMySQL = false
var SQLitePath = "one-api.db?_busy_timeout=5000"