Explorar o código

mongodb default options removed.

fatihsucu %!s(int64=10) %!d(string=hai) anos
pai
achega
772bcb832b
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      celery/backends/mongodb.py

+ 0 - 3
celery/backends/mongodb.py

@@ -78,9 +78,6 @@ class MongoBackend(BaseBackend):
 
         self.url = url
 
-        # default options
-        self.options.setdefault('max_pool_size', self.max_pool_size)
-        self.options.setdefault('auto_start_request', False)
 
         # update conf with mongo uri data, only if uri was given
         if self.url: