Skip to content
Snippets Groups Projects
Commit 63e48046 authored by Duchateau Fabien's avatar Duchateau Fabien
Browse files

[M] increase connection timeout default value

parent ba7ed09d
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ from bson import json_util # used to convert BSON to JSON (especially ObjectId ...@@ -11,7 +11,7 @@ from bson import json_util # used to convert BSON to JSON (especially ObjectId
import json import json
import logging import logging
max_timeout = 30000 # delay before connection timeout in milliseconds max_timeout = 300000 # delay before connection timeout in milliseconds
class Mongiris: class Mongiris:
""" """
......
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