Skip to content

Commit

Permalink
bug: 修复流水线事件重放报500错误 #11333 -- 调整projectCache过期时间为5分钟
Browse files Browse the repository at this point in the history
  • Loading branch information
mingshewhe committed Jan 2, 2025
1 parent b828c0a commit ae7ba3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ class ProjectCacheService @Autowired constructor(private val client: Client) {
companion object {
private val logger = LoggerFactory.getLogger(ProjectCacheService::class.java)
private const val cacheSize: Long = 5000
private const val cacheTimeMinute: Long = 10
private const val cacheTimeMinute: Long = 5
}
}

0 comments on commit ae7ba3a

Please sign in to comment.