Skip to content

Commit

Permalink
Allow temp disk use in MongoStore find
Browse files Browse the repository at this point in the history
  • Loading branch information
munrojm committed Apr 13, 2022
1 parent d79f50a commit 038253b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/maggma/stores/mongolike.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ def query( # type: ignore
limit=limit,
sort=sort_list,
hint=hint_list,
allow_disk_use=True,
):
yield d

Expand Down

0 comments on commit 038253b

Please sign in to comment.