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 } },