diff --git a/handle.go b/handle.go index 3a934b9..d6da6b8 100644 --- a/handle.go +++ b/handle.go @@ -136,7 +136,7 @@ func pushRelayJob(sourceInbox string, body []byte) { func pushRegistorJob(inboxURL string, body []byte) { job := &tasks.Signature{ Name: "registor", - RetryCount: 25, + RetryCount: 2, Args: []tasks.Arg{ { Name: "inboxURL",