diff --git a/res/template/fragments/meta_tags.html b/res/template/fragments/meta_tags.html index b454ad5..7bd25be 100644 --- a/res/template/fragments/meta_tags.html +++ b/res/template/fragments/meta_tags.html @@ -24,7 +24,7 @@ pixeldrain also supports previews for images, videos, audio, PDFs and much more. Size limit per file -
10 GB per file (9.31 GiB)
+
20 GB per file (18.63 GiB)
- 20 GB per file (18.63 GiB) + 50 GB per file (46.57 GiB)
@@ -29,10 +29,10 @@ onMount(() => { File expiry
- 30 days after the last time it is viewed + 60 days after the last time it is viewed
- 90 days after the last time it is viewed + 120 days after the last time it is viewed
- 10 GB data transfer per 24 hours. When this threshold is reached + 20 GB data transfer per week (168 hours). When this threshold is reached your download speed will be reduced
@@ -166,8 +166,8 @@ onMount(() => {

Unlike most other sharing sites pixeldrain uses a postponing system for - expiring files. When a file is freshly uploaded it gets 30 days by - default (90 days if you have the pro plan). After these 30 days we will + expiring files. When a file is freshly uploaded it gets 60 days by + default (120 days if you have the pro plan). After these 60 days we will check when the file was last viewed. Files which are regularly viewed could still bring new users to the platform, it would be rude to show these people a File Not Found page. So if the file was viewed in the diff --git a/svelte/src/home_page/OtherPlans.svelte b/svelte/src/home_page/OtherPlans.svelte index 3a7ac16..a202570 100644 --- a/svelte/src/home_page/OtherPlans.svelte +++ b/svelte/src/home_page/OtherPlans.svelte @@ -14,7 +14,7 @@

20 GB max file size
-
180 days file expiry
+
240 days file expiry
2 TB transfer limit
No storage limit
diff --git a/svelte/src/home_page/UploadProgressBar.svelte b/svelte/src/home_page/UploadProgressBar.svelte index b01c84b..95faf70 100644 --- a/svelte/src/home_page/UploadProgressBar.svelte +++ b/svelte/src/home_page/UploadProgressBar.svelte @@ -1,6 +1,7 @@