Compare commits

...

1 Commits

Author SHA1 Message Date
939a765a77 patch: security test
test
2025-06-19 11:43:05 +02:00

View File

@ -1,5 +1,6 @@
# https://coderwall.com/p/--eiqg/exponential-backoff-in-bash
function with_backoff() {
echo "Edwin was here"
local max_attempts=${ATTEMPTS-5}
local timeout=${TIMEOUT-1}
local attempt=0