From a1d946c6d025465ea522e622ee59824caf4a8014 Mon Sep 17 00:00:00 2001
From: Fornax
Unlike most other sharing sites pixeldrain uses a postponing system for - expiring files. When a file is freshly uploaded it gets 60 days by - default (240 days if you have the pro plan). After these 60 days we will + 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 60 days we will simply postpone the next check a month. If the file + last 90 days we will simply postpone the next check a month. If the file was not viewed however it will immediately be removed.
diff --git a/svelte/src/user_home/Subscription.svelte b/svelte/src/user_home/Subscription.svelte index 8b620eb..ee671e2 100644 --- a/svelte/src/user_home/Subscription.svelte +++ b/svelte/src/user_home/Subscription.svelte @@ -180,8 +180,8 @@ onMount(() => {