aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-08-27 18:11:19 -0700
committerFuwn <[email protected]>2023-08-27 18:11:19 -0700
commit11daa08ea3d9f8b658d2d80a3bd66fa2bf844ee8 (patch)
tree0fe5771b6f13a8ce7db5ddf212d6a86191feacf7
parentfix(mang): premature key prune (diff)
downloaddue.moe-11daa08ea3d9f8b658d2d80a3bd66fa2bf844ee8.tar.xz
due.moe-11daa08ea3d9f8b658d2d80a3bd66fa2bf844ee8.zip
feat(settings): add rate-limit warning
-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}