Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2026-01-17 21:50:31 +08:00
parent 6c2545e457
commit 95242c3f4d
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
6 changed files with 45 additions and 45 deletions

View file

@ -822,7 +822,7 @@ func fullReindex() {
FlushTxQueue()
if err := sql.InitDatabase(true); err != nil {
os.Exit(logging.ExitCodeReadOnlyDatabase)
os.Exit(logging.ExitCodeUnavailableDatabase)
return
}