From 78903feea6a42667e913983645585641f9117f0c Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Mon, 16 Oct 2023 11:03:45 -0700 Subject: [PATCH] fix: increase VCPKG_UPDATE_THRESHOLD to 1 hour --- src/Vcpkg.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Vcpkg.cmake b/src/Vcpkg.cmake index 8031a91a..887f60c8 100644 --- a/src/Vcpkg.cmake +++ b/src/Vcpkg.cmake @@ -191,7 +191,7 @@ Named String: pulled, enable ``ENABLE_VCPKG_UPDATE`` -- ``VCPKG_UPDATE_THRESHOLD``: (Defaults to 300 seconds). This option +- ``VCPKG_UPDATE_THRESHOLD``: (Defaults to 3600 seconds). This option allows setting the time threshold in seconds for updating the vcpkg registry. If ``ENABLE_VCPKG_UPDATE`` is enabled, the vcpkg registry will be updated if the last update was more than