mirror of
https://github.com/ArchiveTeam/reddit-grab
synced 2024-11-12 01:10:50 +00:00
Use default upload concurrent of 2.
This commit is contained in:
parent
40063adcaf
commit
56571306dd
@ -301,7 +301,7 @@ pipeline = Pipeline(
|
||||
id_function=stats_id_function,
|
||||
),
|
||||
MoveFiles(),
|
||||
LimitConcurrent(NumberConfigValue(min=1, max=20, default='2',
|
||||
LimitConcurrent(NumberConfigValue(min=1, max=20, default='20',
|
||||
name='shared:rsync_threads', title='Rsync threads',
|
||||
description='The maximum number of concurrent uploads.'),
|
||||
UploadWithTracker(
|
||||
|
Loading…
Reference in New Issue
Block a user