Giter VIP home page Giter VIP logo

Comments (2)

Orbyt avatar Orbyt commented on June 20, 2024

Explicitly specifying a limit of 100 via CommentStream(r, { subreddit: "all", limit: 100, pollTime: 2000,}) appears to return a number of comments similar to the number of comments returned when using other methods.

from snoostorm.

brenapp avatar brenapp commented on June 20, 2024

The current default options for new comment streams are as follows

export const DefaultOptions: SnooStormOptions = {
  pollTime: 2000,
  limit: 5,
  subreddit: "all",
};

This is mostly a remnant from the old API limits. The new API limits (when connected via Oath2) support up to 60 requests per minute, and each comment returned counted as a ratelimit (if I'm remembering correctly, I wrote that code years ago). Therefore, Snoostorm is designed to have up to 2 simultaneous streams running without issue.

However, because the API ratelimit has changed, it makes sense to up the default. This should be updated in the next patch version.

from snoostorm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.