aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils_ct.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils_ct.go b/utils_ct.go
index eed3f6c..98ee130 100644
--- a/utils_ct.go
+++ b/utils_ct.go
@@ -56,6 +56,9 @@ func maxWorkers(log metadata.Log, workers uint64) int {
if max := 5; strings.Contains(*log.Description, "Sectigo") && int(workers) > max {
return max
}
+ if max := 2; strings.Contains(*log.Description, "DigiCert") && int(workers) > max {
+ return max
+ }
if max := 2; strings.Contains(*log.Description, "Trust Asia") && int(workers) > max {
return max
}