File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -233,9 +233,9 @@ secondaries, in a two phases:
233233What kind of concurrency does MongoDB provide for JavaScript operations?
234234------------------------------------------------------------------------
235235
236- A single :program:`mongod` can only *single* JavaScript operation at
237- once. Therefore, operations that rely on JavaScript cannot run
238- concurrently; however, the :program:`mongod` can often run other
236+ A single :program:`mongod` can only run a *single* JavaScript
237+ operation at once. Therefore, operations that rely on JavaScript cannot
238+ run concurrently; however, the :program:`mongod` can often run other
239239database operations concurrently with the JavaScript execution. This
240240limitation with JavaScript affects the following operations:
241241
You can’t perform that action at this time.
0 commit comments