diff options
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} |