Skip to content

Commit

Permalink
fix: persist timeout (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio authored Dec 2, 2024
1 parent c52272d commit c6bc929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Jobs/PersistTemporaryTableData.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class PersistTemporaryTableData implements ShouldQueue, ShouldBeUnique
*
* @var int
*/
public $timeout = 240;
public $timeout = 900;

/**
* Create a new job instance.
Expand Down

0 comments on commit c6bc929

Please sign in to comment.