speed up sync #1

Merged
wowario merged 1 commits from master into master 5 years ago
wowario commented 5 years ago (Migrated from github.com)
Owner
There is no content yet.
fuwa0529 commented 5 years ago (Migrated from github.com)
Owner

I think all the args need to be in one list, and there can not be spaces in args. e.g.

'--max-concurrency 1' needs to be broken down to '--max-concurrency', '1'

I think all the args need to be in one list, and there can not be spaces in args. e.g. ` '--max-concurrency 1'` needs to be broken down to `'--max-concurrency', '1'`
fuwa0529 commented 5 years ago (Migrated from github.com)
Owner

Thanks, but they need to be in one "list", not necessarily in one line. Something like this:

d6a194ebe2/cyberwow/lib/controller/syncing.dart (L52)

Thanks, but they need to be in one "list", not necessarily in one line. Something like this: https://github.com/fuwa0529/cyberwow/blob/d6a194ebe2ab41195d25b30f83a64f37e9ea6870/cyberwow/lib/controller/syncing.dart#L52
fuwa0529 commented 5 years ago (Migrated from github.com)
Owner

Thanks!

Thanks!
This repo is archived. You cannot comment on pull requests.
Loading…
There is no content yet.