Edit unicorn.rb Note how long it takes for the push to fail... Increase the timeout value to that value + 30
#/home/git/gitlab/config/unicorn.rb # nuke workers after 30 seconds instead of 60 seconds (the default) timeout 120 On Friday, April 25, 2014 10:16:05 AM UTC-4, Ramon Smits wrote: > > > If I add a remote via HTTP and want to push my changes I get a 'The remote > end hung up unexpectedly' but it seems that it has send all data correctly. > Browsing the pushes on gitlab.com don't show the changes pushed. > > Any idea what the cause could be? > > -- Ramon > -- You received this message because you are subscribed to the Google Groups "GitLab" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
