diff options
author | Christian Hesse <mail@eworm.de> | 2023-06-01 21:57:05 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-06-01 21:59:52 +0200 |
commit | d2883e6f436b6e70cabbbbad9a8399002f444afe (patch) | |
tree | 867753aa9e77695cf80ffd555d6296841d33ea8f /global-functions.rsc | |
parent | 0b8979e5b53896e4f788fdaa771c853520a11f8c (diff) |
global-functions: $CertificateDownload: add a delay
For any reason the imported certificate(s) is/are not available for
fetch command immediately. Let's add a delay here... It should not hurt
as certificates are not imported that often.
Diffstat (limited to 'global-functions.rsc')
-rw-r--r-- | global-functions.rsc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/global-functions.rsc b/global-functions.rsc index 833a595..d15567d 100644 --- a/global-functions.rsc +++ b/global-functions.rsc @@ -137,6 +137,7 @@ "CommonName \"" . $CommonName . "\"!") false; :return false; } + :delay 1s; :return true; } |