aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/routes/settings/+page.svelte5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/routes/settings/+page.svelte b/src/routes/settings/+page.svelte
index 32ecfed8..f50208b5 100644
--- a/src/routes/settings/+page.svelte
+++ b/src/routes/settings/+page.svelte
@@ -83,6 +83,11 @@
<li>
Re-cache <b>ALL</b> manga chapter counts every
<input type="number" bind:value={$cacheMangaMinutes} /> minutes
+ <small style="opacity: 50%;"
+ >Values may cause <a href="https://en.wikipedia.org/wiki/Rate_limiting"
+ >rate-limiting depending on how much releasing manga are on your lists</a
+ ></small
+ >
</li>
</ul>
{/if}