Upped queue size

This commit is contained in:
Mark Qvist 2025-01-25 16:20:49 +01:00
parent 156c2d4bd2
commit fc3e97b8fc

View File

@ -6,7 +6,7 @@ from sbapp.mqtt import client as mqtt
from .sense import Telemeter, Commands
class MQTT():
QUEUE_MAXLEN = 1024
QUEUE_MAXLEN = 65536
SCHEDULER_SLEEP = 1
def __init__(self):