5000 Limit for send from file and Upload to Phonebook

Hello,

I was wondering why there is a 5000 record limit when sending from file or upload to phonebook?

What will happen if I removed that limit?

Regards,
Yahia

from where did you find this limit?

You can find this in:

web/plugin/feature/sendfromfile/config.php
12 $sendfromfile_row_limit = 5000;

web/plugin/feature/phonebook/config.php
$phonebook_row_limit = 5000;

ohh thank you …
coz today i tested this and it send mesages in chunks of 1000 ,1500 and 2200…
for 2200 it took 18 minutes to come in sent stage.

btw delivery is not configuredso can’t say about that…