Skip to content

Commit

Permalink
update mosaic, add timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
pepijndevos committed May 6, 2022
1 parent 8a3c781 commit 79a4003
Show file tree
Hide file tree
Showing 5 changed files with 384 additions and 354 deletions.
4 changes: 3 additions & 1 deletion pyttoresque/app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ def setup_couchdb():
# hardcode port for backend access
'command': cmd,
'port': 5984,
'request_headers_override': {"Authorization": "Basic YWRtaW46YWRtaW4="}
'request_headers_override': {"Authorization": "Basic YWRtaW46YWRtaW4="},
'timeout': 10,
}

def setup_panel():
Expand All @@ -77,6 +78,7 @@ def setup_panel():
'--prefix', '{base_url}/panel',
'--port', '{port}', HERE],
'absolute_url': True,
'timeout': 10,
}

if __name__ == "__main__":
Expand Down
Loading

0 comments on commit 79a4003

Please sign in to comment.