The sent out speed is still 1000/hr even I set 360. Why?

Hello,

I am using version 325, i have set the the batch size to 360/hr but it still sending out 1000 at a time as fast as possible. Why the config file is not taking affect?

I have tried playing with different setting in config_extended.php but it seems is not doing anything. Why?

------------------setting--------------------

define(‘MAX_PROCESS_MESSAGE’, 1);
#define(‘PROCESSCAMPAIGNS_PARALLEL’,true);
define(‘MAILQUEUE_BATCH_SIZE’, 360);
define(‘MAILQUEUE_BATCH_PERIOD’, 3600);
define(‘MAILQUEUE_THROTTLE’, 0);
define(‘MAILQUEUE_AUTOTHROTTLE’, 1);

-----------------------------end setting------------------------------------

Started
Sending in batches of 1000 emails
Processing has started,
One campaign to process.
Please leave this window open.
phpList will process your queue until all messages have been sent. This may take a while
Report of processing will be sent by email
Processing message 23
Looking for subscribers
Found them: 56496 to process
batch limit reached: 1000 (1000)
Script stage: 5
1000 messages sent in 57.04 seconds (63113 msgs/hr)

Please read About the difference between config and config_extended.

Basically phplist only uses config.php

ic, thanks a lot Dragonrider