Skip to content

Commit

Permalink
Remove duplicated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldbarendse authored Oct 13, 2021
1 parent 1bc3290 commit 60be71d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ public IEnumerable<TEntity> GetMany(params TId[] ids)
// the additional overhead of fetching them in groups is minimal compared to the lookup time of each group
if (ids.Length <= Constants.Sql.MaxParameterCount)
{
// the additional overhead of fetching them in groups is minimal compared to the lookup time of each group
return CachePolicy.GetAll(ids, PerformGetAll);
}

Expand Down

0 comments on commit 60be71d

Please sign in to comment.