1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

added docs, migrated input validated from JS to execute.py

This commit is contained in:
checktheroads
2019-05-28 00:53:45 -07:00
parent 65709a3779
commit a417afdd8c
33 changed files with 885 additions and 740 deletions

View File

@@ -3,6 +3,6 @@ import multiprocessing
command = "/usr/local/bin/gunicorn"
pythonpath = "/opt/hyperglass/hyperglass"
bind = "[::1]:8001"
workers = 1 # multiprocessing.cpu_count() * 2
workers = multiprocessing.cpu_count() * 2
user = "www-data"
timeout = 60