What happens if I don’t have batch for list interval?

Asked By 10 points N/A Posted on -
qa-featured

I was working on a project and I neglected and forgot to induce a batch for list interval. What happens if I don't have batch for list interval? Does it have a visible effect on my project?

 

SHARE
Answered By 0 points N/A #170049

What happens if I don’t have batch for list interval?

qa-featured

Hello,

It all depends on the project you are working on. Batch interval is a period, usually measured in miliseconds, during which the channel executing a program keeps a batch open. The batch is kept open until the execution period is over even if there are no messages on the transaction queue. If the batch interval is not set or specified, the batch closes when the number of messages specified in the BATCHSZ  is exhausted or has been sent or in a case where the transaction queue becomes empty.

Thank you.

Related Questions