mirror of
https://github.com/Lost-MSth/Arcaea-server.git
synced 2025-12-14 08:06:23 +08:00
- Code refactoring mainly for API - Delete a useless option in `setting.py` - Change some constants in Link Play mode
11 lines
196 B
Python
11 lines
196 B
Python
class Config:
|
|
TIME_LIMIT = 3600000
|
|
|
|
COMMAND_INTERVAL = 1000000
|
|
|
|
COUNTDOWM_TIME = 3999
|
|
|
|
PLAYER_PRE_TIMEOUT = 3000000
|
|
PLAYER_TIMEOUT = 20000000
|
|
|
|
LINK_PLAY_UNLOCK_LENGTH = 512 |