|
|
|
|
|
by falcolas
4030 days ago
|
|
1000 doesn't change the meaning at all - it's still retrying a block of code some finite number of times. 0 does change it a bit, but only in that the code is not being executed, not that there is suddenly no retry logic which exists in the code. |
|