From 8f3ebb78da8bf9d549d7156e6073179a744fb651 Mon Sep 17 00:00:00 2001 From: Hrishi Hiraskar Date: Thu, 27 Oct 2016 20:15:43 +0530 Subject: Integrated SendLog python server --- src/main/SendLog.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/SendLog.py b/src/main/SendLog.py index d55292d..ea501e9 100755 --- a/src/main/SendLog.py +++ b/src/main/SendLog.py @@ -23,8 +23,6 @@ app.config['ALLOWED_EXTENSIONS'] = set(['zcos', 'xcos']) # Delay time to look for new line (in s) LOOK_DELAY = 0.1 -# Maximum number of lines allowed to be sent to client -MAX_LINE_COUNT = 1000 # States of the line INITIALIZATION = 0 ENDING = 1 -- cgit