Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
amorynan committed Nov 12, 2024
1 parent b5e8339 commit 1951171
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ private List<ProfileElement> getProfilesToBeRemoved() {
DebugUtil.printByteWithUnit(totalProfileSize));
}

final int maxSpilledProfileNum = Config.max_spilled_profile_num;
final int maxSpilledProfileNum = 5000000;
final long spilledProfileLimitBytes = Config.spilled_profile_storage_limit_bytes;
List<ProfileElement> queryIdToBeRemoved = Lists.newArrayList();

Expand Down

0 comments on commit 1951171

Please sign in to comment.