QueueMetrics forum
QueueMetrics => General Asterisk configuration => Topic started by: tank30 on February 11, 2008, 14:21:14
-
Hi,
What exactly is the time interval that qloader parses the queue.log and uploads into mysql? Im guessing
$log_every_num is relevant but I need to be sure.
I have searched the site but found nothing.
Thank you
Kyriakos
-
It usually happens in realtime. When there are no more lines in the queue_log, the qloaderd waits one second before trying if there are new lines appended. So it's practically real-time.
-
OK, thank you for the reply! :)