Skip to content

Commit 75ecdfc

Browse files
committed
removed test code
1 parent f0794f9 commit 75ecdfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mongo/cursor.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ defmodule Mongo.Cursor do
6363
query = [
6464
{"getMore", cursor},
6565
{"collection", coll},
66-
{"batchSize", 2}, ##opts[:batch_size]},
66+
{"batchSize", opts[:batch_size]},
6767
{"maxTimeMS", opts[:max_time]}
6868
]
6969

0 commit comments

Comments
 (0)