Home Forums NanoTel Search Improvnement Reply To: Search Improvnement

Nishit Shan
Participant
Post count: 1620

Hello Andrey,

Everything will continue to work as it was previously. The only change is that the cron job will now run twice and execute two different function scripts separately. This approach removes the dependency on a single function, helping to reduce the overall execution time and allowing the second script to run without delay.

For example, consider a list of wildcard entries. Currently, all wildcard entries are processed through a single function for number reservation. In the updated code, each entry will be handled by a separate individual function. This ensures that one entry doesn’t have to wait for the previous one to finish, thereby improving performance and efficiency.

I hope you understand my point.