Skip to content

Commit

Permalink
Merge pull request #417 from websharks/feature/413
Browse files Browse the repository at this point in the history
Increase `per_process` from `3` to `6`. See: #413
  • Loading branch information
JasWSInc committed Dec 18, 2014
2 parents 2595c20 + 52a4409 commit 9265c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s2member/includes/classes/auto-eots.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public static function delete_auto_eot_system ()
* Can also be Filtered with `ws_plugin__s2member_auto_eot_system_per_process`.
* @return null
*/
public static function auto_eot_system ($per_process = 3)
public static function auto_eot_system ($per_process = 6)
{
global /* Need global DB obj. */ $wpdb;
global /* Multisite. */ $current_site, $current_blog;
Expand Down

0 comments on commit 9265c7e

Please sign in to comment.