restore original status limit
This commit is contained in:
parent
5b019c87bb
commit
b4ef0793e7
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue