diff --git a/res/include/md/filesystem.md b/res/include/md/filesystem.md index afdf19a..2b4b531 100644 --- a/res/include/md/filesystem.md +++ b/res/include/md/filesystem.md @@ -35,9 +35,9 @@ will use your account's transfer limit. ## Free download limit The pixeldrain filesystem uses the same download limit as the regular files on -pixeldrain. The only difference is that the limit is 2 GB higher. So while you -can freely download up to 6 GB per day from regular pixeldrain files, you can -download up to 8 GB per day from the filesystem. When the limit is exceeded the +pixeldrain. The only difference is that the limit is 1 GB higher. So while you +can freely download up to 5 GB per day from regular pixeldrain files, you can +download up to 6 GB per day from the filesystem. When the limit is exceeded the speed is limited to 1 MiB/s like usual. If you want to embed pixeldrain files on your own website, distribute direct diff --git a/svelte/src/file_viewer/BottomBanner.svelte b/svelte/src/file_viewer/BottomBanner.svelte index 81e0d25..eea0480 100644 --- a/svelte/src/file_viewer/BottomBanner.svelte +++ b/svelte/src/file_viewer/BottomBanner.svelte @@ -1,5 +1,7 @@ -{#if ad_type === "patreon_support"} +{#if $stats.limits_init && $stats.limits.server_overload} + +
+ Pixeldrain's servers are currently overloaded. In order to ensure + stability for our paying customers the free download limit has been + temporarily reduced to {formatDataVolume($stats.limits.transfer_limit, + 3)}. If you want fast downloads, please return later when peak hours are + over. +
+ +{:else if ad_type === "patreon_support"}