docs: Use 5 seconds as our bar for null provisions.

This commit is contained in:
Steve Howell 2020-05-17 08:26:43 -04:00 committed by Tim Abbott
parent c1dc7b99ea
commit 792e28056e

View File

@ -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.