Skip to content

Commit

Permalink
Reduced time between tweets from 5 to 1 minute
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertSuarez committed Mar 14, 2020
1 parent 3d592fc commit 4fffef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

# Time
TIME_BETWEEN_RESOURCES = 15
TIME_BETWEEN_TWEETS = 5 * 60
TIME_BETWEEN_TWEETS = 1 * 60 # 1 minute

# Scrapping
TOR_ENABLE = True
Expand Down

0 comments on commit 4fffef7

Please sign in to comment.