mirror of
https://github.com/ShaYmez/HBmonitor.git
synced 2026-06-02 05:54:39 -04: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:
@@ -53,6 +53,9 @@ from dmr_utils.utils import int_id, get_alias, try_download, mk_full_id_dict, he
|
||||
# Configuration variables and constants
|
||||
from config import *
|
||||
|
||||
# SP2ONG - Increase the value if HBlink link break occurs
|
||||
#NetstringReceiver.MAX_LENGTH = 500000
|
||||
|
||||
# Opcodes for reporting protocol to HBlink
|
||||
OPCODE = {
|
||||
'CONFIG_REQ': '\x00',
|
||||
|
||||
Reference in New Issue
Block a user