Преглед изворни кода

Increase StatusReplyPipeline timeout

Daniel Supernault пре 3 година
родитељ
комит
76edd2063d
1 измењених фајлова са 2 додато и 2 уклоњено
  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.