Remove some 30 day references
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
## For how long will my files be stored?
|
## For how long will my files be stored?
|
||||||
|
|
||||||
Files will be removed if they have not been viewed for 30 days. A view is
|
Files will be removed if they have not been viewed for 60 days. A view is
|
||||||
counted when someone visits the file's download page (pixeldrain.com/u/somefile)
|
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
|
or views the file through a list the file is included in
|
||||||
(pixeldrain.com/l/somelist).
|
(pixeldrain.com/l/somelist).
|
||||||
|
@@ -16,7 +16,7 @@
|
|||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
The file has not been viewed for 30 days and has expired
|
The file has not been viewed for 60 days and has expired
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
The person who uploaded the file has deleted it
|
The person who uploaded the file has deleted it
|
||||||
@@ -49,7 +49,7 @@
|
|||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
All files in this list have not been viewed for 30 days and
|
All files in this list have not been viewed for 60 days and
|
||||||
have expired
|
have expired
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
@@ -171,7 +171,7 @@ onMount(() => {
|
|||||||
check when the file was last viewed. Files which are regularly viewed
|
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
|
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
|
these people a File Not Found page. So if the file was viewed in the
|
||||||
last 30 days we will simply postpone the next check a month. If the file
|
last 60 days we will simply postpone the next check a month. If the file
|
||||||
was not viewed however it will immediately be removed.
|
was not viewed however it will immediately be removed.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
|
@@ -185,7 +185,7 @@ onMount(() => {
|
|||||||
</div>
|
</div>
|
||||||
<div class="feat_normal round_br" class:feat_highlight={subscription === ""}>
|
<div class="feat_normal round_br" class:feat_highlight={subscription === ""}>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Standard free plan, files expire after 30 days.</li>
|
<li>Standard free plan, files expire after 60 days.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user