Tweak cooldownTTL on the preempt boot rate limiter

This commit is contained in:
Noah 2025-03-12 22:32:19 -07:00
parent 066993a68e
commit c6d3acb735

View File

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