From c6d3acb735a224b7a851de0297bf185cd7bf96b3 Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Wed, 12 Mar 2025 22:32:19 -0700 Subject: [PATCH] Tweak cooldownTTL on the preempt boot rate limiter --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 7d6f475..da62b8a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -292,7 +292,7 @@ export default { // Configuration settings: maxFreeBoots: 10, // first 10 are free - cooldownTTL: 120, // then must wait this number of seconds before each boot + cooldownTTL: 60, // then must wait this number of seconds before each boot } },