Browse Source

Increase StatusReplyPipeline timeout

Daniel Supernault 3 năm trước cách đây
mục cha
commit
76edd2063d
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      app/Jobs/StatusPipeline/StatusReplyPipeline.php

+ 2 - 2
app/Jobs/StatusPipeline/StatusReplyPipeline.php

@@ -27,8 +27,8 @@ class StatusReplyPipeline implements ShouldQueue
 	 */
 	public $deleteWhenMissingModels = true;
 
-	public $timeout = 5;
-	public $tries = 1;
+	public $timeout = 60;
+	public $tries = 2;
 
 	/**
 	 * Create a new job instance.