summaryrefslogtreecommitdiff
path: root/lorry-controller.conf
diff options
context:
space:
mode:
Diffstat (limited to 'lorry-controller.conf')
-rw-r--r--lorry-controller.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/lorry-controller.conf b/lorry-controller.conf
index 378f45a..b3f8449 100644
--- a/lorry-controller.conf
+++ b/lorry-controller.conf
@@ -1,8 +1,7 @@
[
{
"type": "trove",
- "uuid": "SomethingUniqueToIdentifyThisStanzaShouldItChange",
- "serial": 1,
+ "uuid": "default-staggered-short",
"trovehost": "git.baserock.org",
"ls-interval": "1H",
"prefixmap": {
@@ -12,8 +11,9 @@
"ignore": [
"baserock/lorries"
],
- "create": "always",
+ "create": "never",
"destroy": "unchanged",
- "interval": "2H"
+ "interval": "30M",
+ "stagger": true
}
-] \ No newline at end of file
+]