3x-ui/database
root d5bf2858ce fix: query shared MariaDB for node states instead of local DB
In shared mode, the master may use SQLite locally while workers
write heartbeats to the shared MariaDB. The /list endpoint now
opens a temporary MariaDB connection to query node_states when
the local DB is not MariaDB.
2026-04-24 18:01:59 +08:00
..
model
db.go fix: query shared MariaDB for node states instead of local DB 2026-04-24 18:01:59 +08:00
db_test.go
migrate.go
migrate_test.go
shared_state.go