Skip to content
This repository has been archived by the owner on Jun 30, 2018. It is now read-only.

Allow import(query) to take longer than 10 min. #785

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 5, 2013

  1. Allow query to take longer than 10 min.

    Snip from the mongodb doc:
    
    By default, the server will automatically close the cursor after 10 minutes of inactivity or if client has exhausted the cursor. To override this behavior, you can specify the noTimeout wire protocol flag in your query; however, you should either close the cursor manually or exhaust the cursor.
    
    http://docs.mongodb.org/manual/core/read-operations/
    
    This especially happens if a lot of data is going to be index.
    Vincent Landgraf committed Jul 5, 2013
    Configuration menu
    Copy the full SHA
    b921e90 View commit details
    Browse the repository at this point in the history