send heartbeats, expire all events (heartbeat 5 min, other events 10 min)

This commit is contained in:
Tobias Baur
2025-08-13 20:50:41 +02:00
parent 12d618e189
commit 1d6970f28f
7 changed files with 54 additions and 13 deletions

View File

@@ -12,4 +12,12 @@ class bcolors:
MAGENTA = '\033[95m'
GREY = '\033[90m'
BLACK = '\033[90m'
BRIGHT_BLACK = '\033[90m'
BRIGHT_RED = '\033[91m'
BRIGHT_GREEN = '\033[92m'
BRIGHT_YELLOW = '\033[93m'
BRIGHT_BLUE = '\033[94m'
BRIGHT_MAGENTA = '\033[95m'
BRIGHT_CYAN = '\033[96m'
BRIGHT_WHITE = '\033[97m'
DEFAULT = '\033[99m'