Skip to content

Commit

Permalink
Update default retrieval limit per #47
Browse files Browse the repository at this point in the history
  • Loading branch information
brenapp committed Nov 13, 2020
1 parent 8123092 commit b145540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export interface SnooStormOptions extends ListingOptions {

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

Expand Down

0 comments on commit b145540

Please sign in to comment.