From 2cf800281f333c3b22f24a6903c03eb44e9746e9 Mon Sep 17 00:00:00 2001 From: Waldek Date: Wed, 19 Jun 2019 10:59:31 +0200 Subject: [PATCH] Update web_tables.py Add "NetstringReceiver.MAX_LENGTH = 500000" to solve problems with size frames send from HBlink to HBmonitor reports --- web_tables.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web_tables.py b/web_tables.py index 03a4d49..707e4da 100644 --- a/web_tables.py +++ b/web_tables.py @@ -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',