Any way to self-throttle downloading? #1034
-
I'd imagine when doing an This would be an insane amount of data to request at these inhuman speeds from the servers, and I feel like I might get flagged for this. I don't want to lose my account so I'm wondering if there's a way to impose a rate limit on myself that's more at the speed of "some insane person who decided to go back and read the entire channel history," potentially over the course of a week or two, rather than requesting it all as fast as possible over a few hours (or however long it takes). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
There's no need, the app respects rate limits |
Beta Was this translation helpful? Give feedback.
It's based on response headers:
DiscordChatExporter/DiscordChatExporter.Core/Discord/DiscordClient.cs
Lines 54 to 83 in c945c98