mirror of
https://github.com/markqvist/Sideband.git
synced 2025-02-10 19:58:50 -05: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