performance impact if trigger properties not set correctly

Hi,

In my current project every trigger has a MaxRetryProperty set to 5, but in trigger services there is no implementation done for throwing run time exception to retry. so services are never retried.

If we don’t want to retry a trigger service but MaxRetryproperty is set to 5, will there be any performance impact on the trigger service

I read a below statement in pub/sub guide, please let me know how exactly this can impact the performance if the property is set to 5 and service is not retried and how this improves if it is set to 0

If you do not configure service retry for a trigger, set the Max retry attempts property to 0. This can improve the performance of services invoked by the trigger.

Thanks,
Eshwar