Skip to content

Commit

Permalink
Add maxRetryCount limit
Browse files Browse the repository at this point in the history
  • Loading branch information
officiallygod committed May 14, 2024
1 parent 76f54d1 commit d8ac705
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions includes/Flows/Flows.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,9 @@ final class Flows {
'sitemapPagesGenerated' => false,
'customDesign' => false,
'siteGenErrorMeta' => array(
'status' => false,
'retryCount' => 0,
'status' => false,
'retryCount' => 0,
'maxRetryCount' => 3,
),
),

Expand Down

0 comments on commit d8ac705

Please sign in to comment.