Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why it now uploads in chunks of only 100 kb? #78

Closed
vladejs opened this issue Oct 26, 2017 · 3 comments
Closed

Why it now uploads in chunks of only 100 kb? #78

vladejs opened this issue Oct 26, 2017 · 3 comments

Comments

@vladejs
Copy link

vladejs commented Oct 26, 2017

I just deployed my app, and saw in the logs that chunk sizes are less than 100kb, instead of use 1mb

> [debug] total files 325, 324 changed. 
> [debug] Will upload 324 files in 33 steps of 10 uploads.
> [debug] /sync #1 /home/rof/.meteor-now/build/dentxr.tar.gz.sf-part245: 3246.678ms
> [debug] Uploaded: /home/rof/.meteor-now/build/dentxr.tar.gz.sf-part245 (97.66KB)
e/rof/.meteor-now/build/dentxr.tar.gz.sf-part002: 3303.574ms
> [debug] Uploaded: /home/rof/.meteor-now/build/dentxr.tar.gz.sf-part002 (97.66KB)
e/rof/.meteor-now/build/dentxr.tar.gz.sf-part062: 3437.197ms
> [debug] Uploaded: /home/rof/.meteor-now/build/dentxr.tar.gz.sf-part062 (97.66KB)
@purplecones
Copy link
Collaborator

Thanks for catching. #79 will fix it.

@jkrup jkrup closed this as completed in #79 Oct 26, 2017
@jkrup
Copy link
Owner

jkrup commented Oct 26, 2017

Thanks for catching this! You should be able to npm install meteor-now@0.5.1 and this should be resolved.

@vladejs
Copy link
Author

vladejs commented Oct 26, 2017

Ok, thanks, it worked, it now uses 976 kb per chunk. It could be improved to use 999kb so it saves 23kb per chunk though

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants