SyncServer - bump up default of processed files in one loop for local_drive

This commit is contained in:
Petr Kalis 2021-04-29 12:42:30 +02:00
parent 933b7d9e1e
commit 9a8b9c1f74

View file

@ -92,4 +92,4 @@ factory = ProviderFactory()
# 7 denotes number of files that could be synced in single loop - learned by
# trial and error
factory.register_provider('gdrive', GDriveHandler, 7)
factory.register_provider('local_drive', LocalDriveHandler, 10)
factory.register_provider('local_drive', LocalDriveHandler, 50)