From 63e4804604dfc5fe6dec21b1aa5ee67acec69d94 Mon Sep 17 00:00:00 2001 From: Duchateau Fabien <fabien.duchateau@univ-lyon1.fr> Date: Mon, 22 Mar 2021 10:04:11 +0100 Subject: [PATCH] [M] increase connection timeout default value --- mongiris/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mongiris/api.py b/mongiris/api.py index 81ae8a7..c15461b 100755 --- a/mongiris/api.py +++ b/mongiris/api.py @@ -11,7 +11,7 @@ from bson import json_util # used to convert BSON to JSON (especially ObjectId import json import logging -max_timeout = 30000 # delay before connection timeout in milliseconds +max_timeout = 300000 # delay before connection timeout in milliseconds class Mongiris: """ -- GitLab