diff --git a/src/queue/index.ts b/src/queue/index.ts
index b1437da8b6..76e26d8e46 100644
--- a/src/queue/index.ts
+++ b/src/queue/index.ts
@@ -109,7 +109,7 @@ export function inbox(activity: any, signature: httpSignature.IParsedSignature)
 		attempts: config.inboxJobMaxAttempts || 8,
 		backoff: {
 			type: 'exponential',
-			delay: 1000
+			delay: 60 * 1000
 		},
 		removeOnComplete: true,
 		removeOnFail: true