Make code narrower so it doesn't overflow
This commit is contained in:
parent
31803cd421
commit
c3880c4df4
@ -8,7 +8,7 @@ ide = IdeEventHandler( # Web IDE backend
|
|||||||
directory=TFWENV.IDE_WD,
|
directory=TFWENV.IDE_WD,
|
||||||
exclude=['*.pyc']
|
exclude=['*.pyc']
|
||||||
)
|
)
|
||||||
logmonitor = LogMonitoringEventHandler( # Sends live logs of webservice process to frontend
|
logmonitor = LogMonitoringEventHandler( # Sends live logs to frontend
|
||||||
key='logmonitor',
|
key='logmonitor',
|
||||||
process_name='webservice',
|
process_name='webservice',
|
||||||
log_tail=2000
|
log_tail=2000
|
||||||
|
Loading…
Reference in New Issue
Block a user