1
0
Fork 0
mirror of https://git.sr.ht/~cadence/cloudtube synced 2026-05-26 12:32:25 +00:00

Update feeds in background

This commit is contained in:
Cadence Ember 2020-09-23 23:45:02 +12:00
parent 4a3c1e2ac3
commit 643f1e0889
No known key found for this signature in database
GPG key ID: BC1C2C61CF521B17
9 changed files with 118 additions and 25 deletions

View file

@ -2,7 +2,7 @@ const constants = {
user_settings: {
instance: {
type: "string",
default: "https://invidious.snopyta.org"
default: "https://second.cadence.moe"
},
save_history: {
type: "boolean",
@ -11,7 +11,9 @@ const constants = {
},
caching: {
csrf_time: 4*60*60*1000
csrf_time: 4*60*60*1000,
seen_token_subscriptions_eligible: 40*60*60*1000,
subscriptions_refresh_loop_min: 5*60*1000,
},
regex: {