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:
Waldek 2019-06-19 10:59:31 +02:00 committed by GitHub
parent a35bcc3c03
commit 2cf800281f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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',