Set download limit back to 10 GB per day

This commit is contained in:
2023-05-01 21:39:15 +02:00
parent 8b18a5ea6d
commit 11d0b4cede
2 changed files with 17 additions and 17 deletions

View File

@@ -20,7 +20,7 @@ export let file = {
<p> <p>
Pixeldrain's free tier is supported by my Patrons (be grateful). There's Pixeldrain's free tier is supported by my Patrons (be grateful). There's
only so much that you can do with the budget they provide. only so much that you can do with the budget they provide.
{formatDataVolume($download_limits.transfer_limit, 3)} per week is about {formatDataVolume($download_limits.transfer_limit, 3)} per day is about
the most I can give away for free while keeping it fair for everyone, the most I can give away for free while keeping it fair for everyone,
and according to our records you have already downloaded and according to our records you have already downloaded
{formatDataVolume($download_limits.transfer_limit_used, 3)}. {formatDataVolume($download_limits.transfer_limit_used, 3)}.

View File

@@ -19,11 +19,26 @@ onMount(() => {
</div> </div>
<div> <div>
<div class="feat_label">Size limit per file</div> <div class="feat_label">Size limit per file</div>
<div class="feat_normal">20 GB per file (18.63 GiB)</div> <div class="feat_normal">10 GB per file (9.31 GiB)</div>
<div class="feat_pro"> <div class="feat_pro">
<span class="text_highlight">50 GB</span> per file (46.57 GiB) <span class="text_highlight">50 GB</span> per file (46.57 GiB)
</div> </div>
</div> </div>
<div>
<div class="feat_label">
Data transfer limit
</div>
<div class="feat_normal">
Download limit of <span class="text_highlight">10 GB</span> per day
(24 hours). When this threshold is reached your download speed will
be reduced to 1 MiB/s
</div>
<div class="feat_pro">
Transfer limit of <span class="text_highlight">2 terabytes</span>
per month. If the transfer limit is exceeded the restrictions of the
free plan will apply
</div>
</div>
<div> <div>
<div class="feat_label"> <div class="feat_label">
File expiry File expiry
@@ -48,21 +63,6 @@ onMount(() => {
<span class="text_highlight">No storage limit</span> <span class="text_highlight">No storage limit</span>
</div> </div>
</div> </div>
<div>
<div class="feat_label">
Data transfer limit
</div>
<div class="feat_normal">
Download limit of <span class="text_highlight">20 GB</span> per week
(168 hours). When this threshold is reached your download speed will
be reduced
</div>
<div class="feat_pro">
Transfer limit of <span class="text_highlight">2 terabytes</span>
per month. If the transfer limit is exceeded the restrictions of the
free plan will apply
</div>
</div>
<div> <div>
<div class="feat_label"> <div class="feat_label">
Hotlinking / embedding files Hotlinking / embedding files