diff --git a/svelte/src/admin_panel/Home.svelte b/svelte/src/admin_panel/Home.svelte index 3bc22f1..fc6ab77 100644 --- a/svelte/src/admin_panel/Home.svelte +++ b/svelte/src/admin_panel/Home.svelte @@ -125,7 +125,7 @@ onDestroy(() => {
Pro costs only €20 per year or €2 per month. You will get diff --git a/svelte/src/user_home/Home.svelte b/svelte/src/user_home/Home.svelte index 189f4e8..bc570ab 100644 --- a/svelte/src/user_home/Home.svelte +++ b/svelte/src/user_home/Home.svelte @@ -64,7 +64,7 @@ let graph_timespan = 0 let update_graphs = (minutes, interval, live) => { if (graph_timeout !== null) { clearTimeout(graph_timeout) } if (live) { - graph_timeout = setTimeout(() => { update_graphs(minutes, interval, true) }, 10000) + graph_timeout = setTimeout(() => { update_graphs(minutes, interval, true) }, 6000) } graph_timespan = minutes @@ -154,7 +154,30 @@ onDestroy(() => {
-When a file is downloaded without going through pixeldrain's - download page it counts as a direct download. Because direct - downloads cost us bandwidth and don't generate any ad - revenue we have to limit them. When your direct link - bandwidth runs out people will be asked to do a test before - they can download your files. See our - subscription options to get more direct - linking bandwidth. + download page it counts as a hotlink. Because hotlinking costs us + bandwidth and doesn't generate any ad revenue we have to limit it. + When your hotlink bandwidth runs out people will be asked to do a + test before they can download your files. See our + subscription options to get more hotlink + bandwidth.