Update architecture.md (#9546)

Just a typo
This commit is contained in:
Jose J. Escobar 2019-10-02 07:38:08 -04:00 committed by Olly P
parent 0581dae7f7
commit c37f587224
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ Swarm services use `update-delay` to control the speed at which a service is upd
Use `update-delay` if …
- You are optimizing for the least number of dropped connections and a longer update cycle is an acceptable tradeoff.
- You are optimizing for the least number of dropped connections and a longer update cycle as an acceptable tradeoff.
- Interlock update convergence takes a long time in your environment (can occur when having large amount of overlay networks).
Do not use `update-delay` if …