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

Server selection should wait longer than conn timeout

parent 4b32059a
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ DEFAULT_CONFIG = {
'persistent': {
'db_uri': 'mongodb://localhost:9001/scitran',
'db_connect_timeout': 5000,
'db_server_selection_timeout': 3000,
'db_server_selection_timeout': 10000,
'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