diff options
| author | Fuwn <[email protected]> | 2023-12-22 03:40:20 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-12-22 03:40:20 -0800 |
| commit | a0c024e87c76b4addcac7cd8e21033075dbdc81e (patch) | |
| tree | 4109ba9a470a6184275e2b5731fe33c680bcdb8b /src/lib/Tools | |
| parent | refactor(manga): move chapters to database module (diff) | |
| download | due.moe-a0c024e87c76b4addcac7cd8e21033075dbdc81e.tar.xz due.moe-a0c024e87c76b4addcac7cd8e21033075dbdc81e.zip | |
feat(wrapped): update full-year instructions
Diffstat (limited to 'src/lib/Tools')
| -rw-r--r-- | src/lib/Tools/Wrapped.svelte | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/Tools/Wrapped.svelte b/src/lib/Tools/Wrapped.svelte index 49a86e63..269e046a 100644 --- a/src/lib/Tools/Wrapped.svelte +++ b/src/lib/Tools/Wrapped.svelte @@ -502,8 +502,9 @@ <input type="checkbox" bind:checked={useFullActivityHistory} /> Enable full-year activity<br /> <SettingHint> - If you have many activities, this <b>will</b> cause heavy rate-limiting. If you get rate-limited, - wait one minute, then try again. + If you have many activities, you may rate-limited and you may need multiple attempts + to fully populate your local activity history database. If you get rate-limited, wait + one minute, then try again. </SettingHint><br /> {/if} |