mirror of
https://github.com/Lost-MSth/Arcaea-server.git
synced 2026-02-06 15:37:26 +08:00
9 lines
129 B
Python
9 lines
129 B
Python
class Config:
|
|
TIME_LIMIT = 3600000
|
|
|
|
COMMAND_INTERVAL = 1000000
|
|
|
|
COUNTDOWM_TIME = 3999
|
|
|
|
PLAYER_TIMEOUT = 30000000
|