restore original status limit

This commit is contained in:
Tao Bror Bojlén 2019-02-21 12:35:53 +00:00
parent 5b019c87bb
commit b4ef0793e7
No known key found for this signature in database
GPG Key ID: C6EC7AAB905F9E6F
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ SEED = 'mastodon.social'
TIMEOUT = 20 # seconds
NUM_THREADS = 16 # roughly 40MB each
PERSONAL_INSTANCE_THRESHOLD = 5 # instances with < this many users won't be scraped
STATUS_SCRAPE_LIMIT = 100
STATUS_SCRAPE_LIMIT = 5000
class Command(BaseCommand):