Skip to content

Commit

Permalink
Merge pull request #137 from newfold-labs/hotfix/Fix-Plugin-Uninstall…
Browse files Browse the repository at this point in the history
…ation-issue

Fix plugin uninstallation issue
  • Loading branch information
arunshenoy99 authored Dec 20, 2022
2 parents 278325b + e0da025 commit 64679c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/TaskManagers/PluginUninstallTaskManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class PluginUninstallTaskManager {
*
* @var int
*/
private static $retry_limit = 1;
private static $retry_limit = 2;

private static $queue_name = 'plugin_uninstall_queue';

Expand Down

0 comments on commit 64679c6

Please sign in to comment.