mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-21 06:04:12 -04:00
Upped queue size
This commit is contained in:
parent
156c2d4bd2
commit
fc3e97b8fc
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ from sbapp.mqtt import client as mqtt
|
||||||
from .sense import Telemeter, Commands
|
from .sense import Telemeter, Commands
|
||||||
|
|
||||||
class MQTT():
|
class MQTT():
|
||||||
QUEUE_MAXLEN = 1024
|
QUEUE_MAXLEN = 65536
|
||||||
SCHEDULER_SLEEP = 1
|
SCHEDULER_SLEEP = 1
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue