settings: Increased message TTL to 24 hours
This commit is contained in:
@@ -10,7 +10,7 @@ WORKER_NAME = os.getenv("WORKER_NAME", platform.node())
|
||||
|
||||
DB_PATH = os.getenv("DB_PATH", "sqlite:///assets_bot.db")
|
||||
|
||||
MESSAGE_TTL = datetime.timedelta(hours=12).total_seconds()
|
||||
MESSAGE_TTL = datetime.timedelta(hours=24).total_seconds()
|
||||
|
||||
PREPROCESS_LEVEL = 2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user