bsky.rss icon indicating copy to clipboard operation
bsky.rss copied to clipboard

Post interval feature to avoid flooding

Open rmdes opened this issue 11 months ago • 1 comments

  1. Added an adaptive spacing feature controlled via new configuration fields.
  2. Introduced new configuration options (adaptiveSpacing, spacingWindow, minSpacing, maxSpacing) in both the example configuration and README documentation
  3. Extended the Config type with adaptive spacing fields to support the new logic
  4. Implemented dynamic post spacing in the queue handler with delay calculation and helper functions

rmdes avatar May 21 '25 09:05 rmdes

The edits look good overall, but could you clarify what exactly the spacingWindow sets, along with the min and max values? From what I understand, the min and max values define a range in seconds for posts to be spaced, which is then computed to a value, but I don't exactly understand what spacingWindow is doing.

milanmdev avatar May 23 '25 19:05 milanmdev