From 792e28056ef0b4b4a2b5128deb8caac5da36083a Mon Sep 17 00:00:00 2001 From: Steve Howell Date: Sun, 17 May 2020 08:26:43 -0400 Subject: [PATCH] docs: Use 5 seconds as our bar for null provisions. --- docs/subsystems/dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/subsystems/dependencies.md b/docs/subsystems/dependencies.md index 6399d3566a..c2153452ef 100644 --- a/docs/subsystems/dependencies.md +++ b/docs/subsystems/dependencies.md @@ -7,7 +7,7 @@ Zulip has, and how we manage them. Zulip's dependency management has some really nice properties: * **Fast provisioning**. When switching to a different commit in the - Zulip project with the same dependencies, it takes under 10 seconds + Zulip project with the same dependencies, it takes under 5 seconds to re-provision a working Zulip development environment after switching. If there are new dependencies, one only needs to wait to download the new ones, not all the pre-existing dependencies.