docs: Fix version call-out for stale_worker_timeout

Related-Change: I8227939d04fda8db66fb2f131f2c71ce8741c7d9
Change-Id: I149a2df2d942bba02049947865b000c9cf1a89bc
This commit is contained in:
Tim Burke 2025-01-16 14:21:48 -08:00
parent ae6300af86
commit 0dfa38d025

View File

@ -65,7 +65,7 @@ is as follows:
5. Old workers continue servicing any in-progress connections, while new
connections are picked up by new workers. Once an old worker completes
all of its oustanding requests, it exits. Beginning with Swift 2.33.0,
all of its oustanding requests, it exits. Beginning with Swift 2.35.0,
if any workers persist beyond ``stale_worker_timeout``, the new manager
will clean them up with ``KILL`` signals.