Skip to content

Commit

Permalink
Merge 772bcb8 into 0cfacb7
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihsucu committed Apr 16, 2015
2 parents 0cfacb7 + 772bcb8 commit ea06aa1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions celery/backends/mongodb.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@ def __init__(self, app=None, url=None, **kwargs):

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:
Expand Down

0 comments on commit ea06aa1

Please sign in to comment.