Skip to content
New issue

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

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

Already on GitHub? # to your account

Could possibly commit a large amount then push? #1

Open
robobenklein opened this issue Mar 18, 2015 · 7 comments
Open

Could possibly commit a large amount then push? #1

robobenklein opened this issue Mar 18, 2015 · 7 comments

Comments

@robobenklein
Copy link

I'm thinking that if you were to simply change the flow so that it commits a hundred or so times before it actually pushes, it could operate at a much faster rate (and not depend so much on having a good internet connection.)

@angusshire
Copy link
Owner

I could add that functionality if you'd like. The reason I decided to push after every commit day was so that you could see the changes on your calendar immediately, so you would have a visual track of the progress of the script

@ishan-marikar
Copy link

I've found it to work much much faster when it doesn't immediately push after each individual commit. Took me around 45 minutes instead of 8 hours.

@skibz
Copy link

skibz commented May 8, 2015

you could print progress information to the python console instead

@benhutchins
Copy link

#12 resolves this.

@ishan-marikar
Copy link

Thank you @benhutchins c: 👍

@rocketinventor
Copy link

@robobenklein #21 Does exactly what you are describing.

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

No branches or pull requests

9 participants
@benhutchins @skibz @robobenklein @angusshire @rocketinventor @ishan-marikar and others