diff --git a/res/include/md/about.md b/res/include/md/about.md index a1112d6..1f8fe72 100644 --- a/res/include/md/about.md +++ b/res/include/md/about.md @@ -2,7 +2,7 @@ ## For how long will my files be stored? -Files will be removed if they have not been viewed for 90 days. A view is +Files will be removed if they have not been viewed for 120 days. A view is counted when someone visits the file's download page (pixeldrain.com/u/somefile) or views the file through a list the file is included in (pixeldrain.com/l/somelist). diff --git a/res/template/file_not_found.html b/res/template/file_not_found.html index ed837b4..cfcb801 100644 --- a/res/template/file_not_found.html +++ b/res/template/file_not_found.html @@ -17,7 +17,7 @@
Unlike most other sharing sites pixeldrain uses a postponing system for - expiring files. When a file is freshly uploaded it gets 90 days by - default (240 days if you have the pro plan). After these 90 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 - last 90 days we will simply postpone the next check a month. If the file - was not viewed however it will immediately be removed. + expiring files. When a file is freshly uploaded it gets 120 days by + default (240 days if you have the pro plan). After these 120 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 last 120 days we will simply postpone the next check a month. If the + file was not viewed however it will immediately be removed.
Views are only counted when someone visits the download page in a web diff --git a/svelte/src/user_home/Subscription.svelte b/svelte/src/user_home/Subscription.svelte index 9d2fa71..8611f7e 100644 --- a/svelte/src/user_home/Subscription.svelte +++ b/svelte/src/user_home/Subscription.svelte @@ -180,7 +180,7 @@ onMount(() => {