Skip to content

Commit

Permalink
bug: 超时时间调整#1046
Browse files Browse the repository at this point in the history
  • Loading branch information
zacYL committed Aug 9, 2023
1 parent cd8f353 commit f537c52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ class ClusterReplicator(

companion object {
private val logger = LoggerFactory.getLogger(ClusterReplicator::class.java)
private const val STORAGE_CONSISTENCY_CHECK_TIME_OUT = 3600
private const val STORAGE_CONSISTENCY_CHECK_TIME_OUT = 600

fun buildRemoteRepoCacheKey(clusterInfo: ClusterInfo, projectId: String, repoName: String): String {
return "$projectId/$repoName/${clusterInfo.hashCode()}"
Expand Down

0 comments on commit f537c52

Please sign in to comment.