Skip to content

Commit

Permalink
Update limits to better match Heroku/Twitter
Browse files Browse the repository at this point in the history
  • Loading branch information
moralrecordings authored and dmstern committed Dec 20, 2021
1 parent dd68aa5 commit 3aafe2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/settings.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export default {
API_URL_BLOCK: "https://ichbinhier-twittertools.herokuapp.com/blocklists",
URL_LENGTH_MAX: 2_000,
LIKERS_LIMIT: 80,
URL_LENGTH_MAX: 4_000,
LIKERS_LIMIT: 200,
};

0 comments on commit 3aafe2c

Please sign in to comment.