Skip to content

Commit 79a4003

Browse files
committed
update mosaic, add timeout
1 parent 8a3c781 commit 79a4003

File tree

5 files changed

+384
-354
lines changed

5 files changed

+384
-354
lines changed

pyttoresque/app/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ def setup_couchdb():
6767
# hardcode port for backend access
6868
'command': cmd,
6969
'port': 5984,
70-
'request_headers_override': {"Authorization": "Basic YWRtaW46YWRtaW4="}
70+
'request_headers_override': {"Authorization": "Basic YWRtaW46YWRtaW4="},
71+
'timeout': 10,
7172
}
7273

7374
def setup_panel():
@@ -77,6 +78,7 @@ def setup_panel():
7778
'--prefix', '{base_url}/panel',
7879
'--port', '{port}', HERE],
7980
'absolute_url': True,
81+
'timeout': 10,
8082
}
8183

8284
if __name__ == "__main__":

0 commit comments

Comments
 (0)