resolve conflict in setup.py

This commit is contained in:
Jotagê Sales
2018-12-28 12:08:10 -02:00
44 changed files with 1810 additions and 491 deletions

View File

@@ -33,6 +33,7 @@ class Config(dict):
▀▀▄▄▀
"""
self.REQUEST_MAX_SIZE = 100000000 # 100 megabytes
self.REQUEST_BUFFER_QUEUE_SIZE = 100
self.REQUEST_TIMEOUT = 60 # 60 seconds
self.RESPONSE_TIMEOUT = 60 # 60 seconds
self.KEEP_ALIVE = keep_alive