openBackhaul / ExecutionAndTraceLog

List of records of service requests
Apache License 2.0
1 stars 8 forks source link

code optimization in individualServices/RegardApplication.js #410

Closed at00825957 closed 1 month ago

at00825957 commented 1 month ago

In the regardApplication function in individualServices/RegardApplication.js , the for loop that attempts to create link based on the maximum attempts has multiple if condition that checks the last attempt which is not required. This for loop needs to be rewritten to optimize the code and to have only the necessary conditions to be checked.