Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update default delete delay #402

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deleteDiscordMessages.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@
<a href="{{WIKI}}/delay" title="Help" target="_blank">help</a>
</legend>
<div class="input-wrapper">
<input id="deleteDelay" type="number" value="1000" step="100">
<input id="deleteDelay" type="number" value="2500" step="100">
</div>
<br>
<div class="sectionDescription">
Expand Down
4 changes: 3 additions & 1 deletion help/delay.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Search and Delete Delay

This setting controls the initial delay for for searching messages. Sometimes the Discord API will quickly rate limit you, in this case setting the delays to something higher might help. This is especially true for the **Delete Delay**.
This setting controls the initial delay for searching messages. Sometimes the Discord API will quickly rate limit you, in this case setting the delays to something higher might help. This is especially true for the **Delete Delay**.

From testing a delete delay of 2000 ms is sometimes possible without being rate limited. By default it is set to 2500 ms as this will almost never result in rate limiting.