Updated faq.njk

Add newlines.
This commit is contained in:
Bobby Wibowo 2019-01-05 11:56:46 +07:00
parent e81776c482
commit 543f92591b
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF

View File

@ -69,14 +69,19 @@
<h2 class='subtitle'>Where is the server located at?</h2>
<article class="message">
<div class="message-body">
Singapore. Expect high First Time Byte (FTB) everywhere else, especially anywhere on the other side of the planet Earth (generally can be over 1000ms). I believe it is mostly due to the fact that we are using Cloudflare, since your requests have to go through them first. However, since Cloudflare will cache your uploads too, they should have much better FTB afterwards (and generally faster download speed too).
Singapore.<br>
Expect high First Time Byte (FTB) everywhere else, especially anywhere on the other side of the planet Earth (generally can be over 1000ms).<br>
I believe it is mostly due to the fact that we are using Cloudflare, since your requests have to go through them first.<br>
However, since Cloudflare will cache your uploads too, they should have much better FTB afterwards (and generally faster download speed too).
</div>
</article>
<h2 class='subtitle'>Since my uploads are being cached, what about after I delete them from the dashboard?</h2>
<article class="message">
<div class="message-body">
Not to worry. We will send API requests to Cloudflare to purge their cache immediately after you delete your uploads from the dashboard. Cache of thumbnails will also be purged so no need to worry about them either.
No need to worry.<br>
We will send API requests to Cloudflare to purge their cache immediately after you delete your uploads from the dashboard.<br>
Cache of thumbnails will also be purged so no need to worry about them either.
</div>
</article>