Index: ct/go/util/constants.go |
diff --git a/ct/go/util/constants.go b/ct/go/util/constants.go |
index 52db53bc0d87bc7cdf370a6fdb5bbb93519fbeda..efd4167be3cbfa9022945773c81d8fca8a84d003 100644 |
--- a/ct/go/util/constants.go |
+++ b/ct/go/util/constants.go |
@@ -186,7 +186,11 @@ const ( |
WEBHOOK_SALT_MSG = `For prod, set this file to the value of GCE metadata key webhook_request_salt or call webhook.MustInitRequestSaltFromMetadata() if running in GCE. For testing, run 'echo -n "notverysecret" | base64 -w 0 > /b/storage/webhook_salt.data' or call frontend.InitForTesting().` |
// Swarming constants. |
- SWARMING_DIR_NAME = "swarming" |
+ SWARMING_DIR_NAME = "swarming" |
+ SWARMING_POOL = "CT" |
+ BATCHARCHIVE_TIMEOUT = 10 * time.Minute |
+ // Isolate files. |
+ CREATE_PAGESETS_ISOLATE = "create_pagesets.isolate" |
) |
type PagesetTypeInfo struct { |