Skip to content
Snippets Groups Projects
Commit ec319f38 authored by Andrew Nemzek's avatar Andrew Nemzek
Browse files

Adjust db timeout per request

parent 1264edac
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ DEFAULT_CONFIG = {
},
'persistent': {
'db_uri': 'mongodb://localhost:9001/scitran',
'db_connect_timeout': 2000,
'db_connect_timeout': 5000,
'db_server_selection_timeout': 3000,
'data_path': os.path.join(os.path.dirname(__file__), '../persistent/data'),
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment