Commit 7806bbba by Corey Koval

Merge branch 'master' of github.com:ckoval7/df-aggregator

parents 7026db34 bde81de6
...@@ -784,7 +784,7 @@ if __name__ == '__main__': ...@@ -784,7 +784,7 @@ if __name__ == '__main__':
ms.receiving = options.disable ms.receiving = options.disable
ms.plotintersects = options.plotintersects ms.plotintersects = options.plotintersects
max_age = 5 max_age = 5000
web = threading.Thread(target=start_server,args=(options.ipaddr, options.port)) web = threading.Thread(target=start_server,args=(options.ipaddr, options.port))
web.daemon = True web.daemon = True
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment