Rate limiting mode will be enabled when a file has 3
times more downloads than views
- 1 terabyte of
- direct downloads per 30 days. Never have to enter a
- CAPTCHA while logged in
+ Transfer limit of 1
+ terabyte. If the transfer limit is exceeded files
+ will show ads again and rate limiting is enabled
+ {#if window.user.subscription.storage_space === -1}
+ Storage space used: {formatDataVolume(storage_space_used, 3)}
+ {:else}
+
+ {/if}
- {#if transfer_cap === -1}
- Paid transfers in the last 30 days: {formatDataVolume(transfer_used, 3)}
- {:else}
-
- {/if}
+ {#if transfer_cap === -1}
+ Paid transfers in the last 30 days: {formatDataVolume(transfer_used, 3)}
+ {:else}
+ Paid transfers:
+ {formatDataVolume(transfer_used, 3)}
+ out of
+ {formatDataVolume(transfer_cap, 3)}
+ (Set your transfer limit on the subscription page)
+
+ {/if}
+
Exports
@@ -233,7 +240,8 @@ onDestroy(() => {
A paid transfer is when a file is downloaded using the data cap on
your subscription plan. These can be files you downloaded from other
people, or other people downloading your files if you have bandwidth
- sharing enabled.
+ sharing enabled. Bandwidth sharing can be changed on
+ the subscription page.