Skip to content

Commit ffbd82b

Browse files
author
Jongmin Kim
authored
Merge pull request #141 from whdalsrnt/master
fix: fix memory issue in stat query
2 parents f4010e5 + 39f14e5 commit ffbd82b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/spaceone/core/model/mongo_model/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -622,6 +622,7 @@ def _stat_with_unwind(
622622
filter_or=filter_or,
623623
page=page,
624624
tageet=target,
625+
allow_disk_use=True,
625626
)
626627

627628
try:

0 commit comments

Comments
 (0)