Timeout REST API requests after 10 seconds
This commit is contained in:
parent
57b72a94c5
commit
a220ff8485
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ from src import utils
|
|||
_bot = None
|
||||
_events = None
|
||||
class Handler(http.server.BaseHTTPRequestHandler):
|
||||
timeout = 10
|
||||
def do_GET(self):
|
||||
_bot.lock.acquire()
|
||||
parsed = urllib.parse.urlparse(self.path)
|
||||
|
|
Loading…
Reference in a new issue