openBackhaul / ExecutionAndTraceLog

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

Code optimization required in individualServices/RegardApplication.js #406

Closed PrathibaJee closed 1 month ago

PrathibaJee commented 2 months 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.