From 0c4e3a1be7044cd751d34d42d7e801110ca594da Mon Sep 17 00:00:00 2001 From: yystopf Date: Wed, 5 Jun 2024 11:59:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=EF=BC=9A=E5=BB=B6=E8=BF=9F10?= =?UTF-8?q?s=E5=8F=91=E9=80=81websocket=E6=B6=88=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/jobs/migrate_remote_repository_job.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/jobs/migrate_remote_repository_job.rb b/app/jobs/migrate_remote_repository_job.rb index cc3cdf4a..9512b941 100644 --- a/app/jobs/migrate_remote_repository_job.rb +++ b/app/jobs/migrate_remote_repository_job.rb @@ -33,6 +33,6 @@ class MigrateRemoteRepositoryJob < ApplicationJob end end # UpdateProjectTopicJob 中语言要延迟1S才能获取 - BroadcastMirrorRepoMsgJob.set(wait: 1.seconds).perform_later(repo.id) unless repo&.mirror.waiting? + BroadcastMirrorRepoMsgJob.set(wait: 10.seconds).perform_later(repo.id) unless repo&.mirror.waiting? end end