We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bc3290 commit 60be71dCopy full SHA for 60be71d
src/Umbraco.Core/Persistence/Repositories/Implement/RepositoryBaseOfTIdTEntity.cs
@@ -188,7 +188,6 @@ public IEnumerable<TEntity> GetMany(params TId[] ids)
188
// the additional overhead of fetching them in groups is minimal compared to the lookup time of each group
189
if (ids.Length <= Constants.Sql.MaxParameterCount)
190
{
191
- // the additional overhead of fetching them in groups is minimal compared to the lookup time of each group
192
return CachePolicy.GetAll(ids, PerformGetAll);
193
}
194
0 commit comments