From 7d2d6262ace86f1cec9ab083a7b79998d0247fad Mon Sep 17 00:00:00 2001 From: joe Date: Sun, 21 Apr 2024 23:13:24 +0000 Subject: [PATCH] Docs (readme): Update write-up on update duration (#192) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8826f257..e26607ff 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ Image sizes shown above or on [Docker Hub](https://hub.docker.com/) correspond t ### Update duration -From the moment a game update is released, the time taken before the game's images are built and available for pulling largely depends on the size of the game. For instance, layered and clean images typically take *under* **15** and *over* **40 minutes** respectively for `Counter-Strike: Global Offensive`, but *under* **5 minutes** each for `Counter-Strike 1.6`. +From the moment a game update is released, the time taken before the game's images are built and available for pulling largely depends on the size of the game. For instance, layered and clean images typically take *under* **15** and *over* **40 minutes** respectively for `Counter-Strike 2`, but *under* **5 minutes** each for `Counter-Strike 1.6`. Build cache is used where possible to minimize update durations.