diff options
author | Hrishi Hiraskar | 2016-10-27 20:15:43 +0530 |
---|---|---|
committer | Hrishi Hiraskar | 2016-10-27 20:15:43 +0530 |
commit | 8f3ebb78da8bf9d549d7156e6073179a744fb651 (patch) | |
tree | 6353b1c595f799703fe161666334e96d0344f7f7 | |
parent | da12ecf2df3c51e0f597d82c63846249e2341b63 (diff) | |
download | xcos-on-web-8f3ebb78da8bf9d549d7156e6073179a744fb651.tar.gz xcos-on-web-8f3ebb78da8bf9d549d7156e6073179a744fb651.tar.bz2 xcos-on-web-8f3ebb78da8bf9d549d7156e6073179a744fb651.zip |
Integrated SendLog python server
-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 |