Cron settings issue

maxela

Member
Hi,
in /backend/index.php/settings/cron (settings) we have the values below by default:

Delivery settings
Memory limit
system default
Campaigns at once *
5
Subscribers at once *
100
Send at once *
100
Pause *
1
Emails per minute *
100
Change server at *
200
Max. bounce rate
-1
Parallel sending via PCNTL
No
Campaigns in parallel
5
Subscriber batches in parallel
5


Please tell me which php files and which lines in code I have to edit to get settings changed to these below:


Delivery settings
Memory limit
system default
Campaigns at once *
25
Subscribers at once *
500
Send at once *
0
Pause *
0
Emails per minute *
0
Change server at *
0
Max. bounce rate
-1
Parallel sending via PCNTL
Yes
Campaigns in parallel
5
Subscriber batches in parallel
25
 
Back
Top