Automatic EOT Behavior Rate Control

Does anyone know where the KB or option or code snippet is about controlling the demotion rate? For testing purposes, we need to change it so a very small number of EOTs are processed per cron run. I did it once before, but cannot find the link. Using PayPal gateway if that matters.

Never mind. Found it!

In case anyone else needs it for testing, here it is

//s2-eots-per-process.php
add_filter('ws_plugin__s2member_auto_eot_system_per_process', function(){ return 2; });
1 Like

And here is the KB, which was not showing on my searches:

1 Like