Commit 888537f7 authored by Katherine Walker's avatar Katherine Walker

Merge PHPLIB-309: Remove jsMode default

parents 3b74cd5e 8ffa288a
...@@ -88,8 +88,7 @@ class MapReduce implements Executable ...@@ -88,8 +88,7 @@ class MapReduce implements Executable
* modifies the output. * modifies the output.
* *
* * jsMode (boolean): Specifies whether to convert intermediate data into * * jsMode (boolean): Specifies whether to convert intermediate data into
* BSON format between the execution of the map and reduce functions. The * BSON format between the execution of the map and reduce functions.
* default is false.
* *
* * limit (integer): Specifies a maximum number of documents for the input * * limit (integer): Specifies a maximum number of documents for the input
* into the map function. * into the map function.
...@@ -143,7 +142,6 @@ class MapReduce implements Executable ...@@ -143,7 +142,6 @@ class MapReduce implements Executable
} }
$options += [ $options += [
'jsMode' => false,
'verbose' => true, 'verbose' => true,
]; ];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment