[Bug fix] Update error & About bundle download

- Data for Arcaea 5.8.0
- Fix a bug that the server's database updates from an old version may meet a challenge if `recent30` table has some strange data.
- Fix the issue where the bundle downloading memory cache does not clean up.
- Add a config term to only change the X-Accel-Redirect prefix for bundle downloading.
This commit is contained in:
Lost-MSth
2024-07-02 22:18:00 +08:00
parent c38208832b
commit 9bb7171354
7 changed files with 68 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
from .config_manager import Config
ARCAEA_SERVER_VERSION = 'v2.11.3.14'
ARCAEA_DATABASE_VERSION = 'v2.11.3.13'
ARCAEA_SERVER_VERSION = 'v2.11.3.15'
ARCAEA_DATABASE_VERSION = 'v2.11.3.15'
ARCAEA_LOG_DATBASE_VERSION = 'v1.1'