mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-26 08:18:18 +00:00
f41489a187
Register the webhook target while its endpoint is reachable, then drop the listener before the PUT: registering against a dead endpoint stalls behind the reachability probe timeout and flaked the ARN wait on the rustfs#4821 merge run. Also widen the registration wait to 20s.