mirror of
https://github.com/liberatedsystems/openCom-Companion.git
synced 2025-02-22 09:19:51 +01:00
Upped queue size
This commit is contained in:
parent
156c2d4bd2
commit
fc3e97b8fc
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user