Skip to content

Commit

Permalink
Fix an issue - Can't clear "maximum documents to search" number in mongo
Browse files Browse the repository at this point in the history
DB[61861].
  • Loading branch information
xwu authored and dgao committed Jun 20, 2013
1 parent 334c3a4 commit d1caf94
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -461,6 +461,10 @@ protected void updateQueryProperties( QueryProperties queryProps )
{
queryProps.setRuntimeMetaDataSearchLimit( getDocumentSearchLimit( ) );
}
else
{
queryProps.setRuntimeMetaDataSearchLimit( null );
}

if ( indexExpr != null )
{
Expand Down

0 comments on commit d1caf94

Please sign in to comment.