You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess it is necessary to change only this piece of code
ifself.config.concurrent_uploadsthreads=ThreadGroup.new# Upload new fileslocal_files_to_upload.eachdo |f|
nextunlessFile.file?"#{path}/#{f}"# Only files.threads.add(Thread.new{upload_filef})endsleep1whilethreads.list.any?# wait for threads to finish uploading
in thttps://github.com/AssetSync/asset_sync/blob/11d206f316d67df9c8076bad9f5d5b5ba7f73d4c/lib/asset_sync/storage.rb#L245
The text was updated successfully, but these errors were encountered:
I guess it is necessary to change only this piece of code
in thttps://github.com/AssetSync/asset_sync/blob/11d206f316d67df9c8076bad9f5d5b5ba7f73d4c/lib/asset_sync/storage.rb#L245
The text was updated successfully, but these errors were encountered: