mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
SyncServer - bump up default of processed files in one loop for local_drive
This commit is contained in:
parent
933b7d9e1e
commit
9a8b9c1f74
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue