Skip to content

Commit e381dc5

Browse files
authored
Merge pull request #307 from FC-InnerCircle-ICD2/develop
변경사항 Main 반영
2 parents e9a2edd + e541fc6 commit e381dc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/store-redis/src/main/kotlin/org/fastcampus/store/redis/repository/StoreRedisRepositoryImpl.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class StoreRedisRepositoryImpl(
7575
return keywords.associateWith { getRecentSearchCount(it.removePrefix("search:")) }
7676
.filterValues { it > 0 }
7777
.entries.sortedByDescending { it.value }
78-
.take(10)
78+
.take(6)
7979
.associate { it.key.removePrefix("search:") to it.value }
8080
}
8181

0 commit comments

Comments
 (0)