mirror of
https://github.com/ShaYmez/HBmonitor.git
synced 2025-02-03 09:44:14 -05:00
Update web_tables.py
Add "NetstringReceiver.MAX_LENGTH = 500000" to solve problems with size frames send from HBlink to HBmonitor reports
This commit is contained in:
parent
a35bcc3c03
commit
2cf800281f
@ -53,6 +53,9 @@ from dmr_utils.utils import int_id, get_alias, try_download, mk_full_id_dict, he
|
|||||||
# Configuration variables and constants
|
# Configuration variables and constants
|
||||||
from config import *
|
from config import *
|
||||||
|
|
||||||
|
# SP2ONG - Increase the value if HBlink link break occurs
|
||||||
|
#NetstringReceiver.MAX_LENGTH = 500000
|
||||||
|
|
||||||
# Opcodes for reporting protocol to HBlink
|
# Opcodes for reporting protocol to HBlink
|
||||||
OPCODE = {
|
OPCODE = {
|
||||||
'CONFIG_REQ': '\x00',
|
'CONFIG_REQ': '\x00',
|
||||||
|
Loading…
Reference in New Issue
Block a user