Browse Source

fix

tags/v3.2.0
yystopf 4 years ago
parent
commit
91e6e0384e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/jobs/broadcast_mirror_repo_msg_job.rb

+ 1
- 0
app/jobs/broadcast_mirror_repo_msg_job.rb View File

@@ -24,6 +24,7 @@ class BroadcastMirrorRepoMsgJob < ApplicationJob
if result == 0
count = 3
while count > 0
sleep 3.seconds
result = broadcast(project, json_data)
if result > 0
break


Loading…
Cancel
Save