Skip to content

Commit

Permalink
Merge pull request #11364 from mingshewhe/bug_11333
Browse files Browse the repository at this point in the history
bug: 修复流水线事件重放报500错误 #11333 -- 调整projectCache过期时间为5分钟
  • Loading branch information
bkci-bot authored Jan 3, 2025
2 parents 7feaafa + ae7ba3a commit ccacc11
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 ccacc11

Please sign in to comment.