diff --git a/app/Jobs/Util/StartMigration.php b/app/Jobs/Util/StartMigration.php index 22e215c763d0..728b9aa182e0 100644 --- a/app/Jobs/Util/StartMigration.php +++ b/app/Jobs/Util/StartMigration.php @@ -51,11 +51,11 @@ class StartMigration implements ShouldQueue * @param User $user * @param Company $company */ - public $tries = 1; + public $tries = 0; public $timeout = 86400; - public $backoff = 86430; + //public $backoff = 86430; public function __construct($filepath, User $user, Company $company) { diff --git a/app/PaymentDrivers/BaseDriver.php b/app/PaymentDrivers/BaseDriver.php index 1ae24f09aeeb..be19bb35c73a 100644 --- a/app/PaymentDrivers/BaseDriver.php +++ b/app/PaymentDrivers/BaseDriver.php @@ -1,5 +1,4 @@