Thumbor comment

This commit is contained in:
Bingus_Violet 2024-02-14 15:44:28 -06:00
parent 15ddbcf3bb
commit 9555907443

View file

@ -17,7 +17,14 @@ app.listen(PORT, () => {
app.use(express.static(staticpath))
var thumbCount = 0
var thumborInstances = [
// Proxy images through thumbor instances that alternate to prevent:
// 1. Direct communication with Youtube Services
// 2. Getting rate limited
// 3. Gathering too much data from one source
// more thumbor instances will be added
var thumborInstances = [
"https://thumbor-production-0e82.up.railway.app/",
"https://enormous-book-production.up.railway.app/",
"https://unusual-back-production.up.railway.app/",