diff options
-rwxr-xr-x | src/main/SendLog.py | 2 |
1 files changed, 0 insertions, 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 |