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
When doing some tests with Grit on my app i've got Grit::Errors::GitTimeout when using commit_count on a large repository (linux-2.6.38 in fact).
Running the command in shell just output a lot of hashes and no stale or stop. Is it a bug or how i can having it to not timeout ? It seems there is a Grit::Git.git_timeout but increasing the timeout if getting the error isn't really possible (and great...).
% time /usr/bin/git --git-dir=/home/marc/src/linux-2.6.38.y/.git --no-pager rev-list master
/usr/bin/git --git-dir=/home/marc/src/linux-2.6.38.y/.git --no-pager rev-list 8,15s user 1,11s system 51% cpu 17,936 total
The text was updated successfully, but these errors were encountered:
When doing some tests with Grit on my app i've got Grit::Errors::GitTimeout when using commit_count on a large repository (linux-2.6.38 in fact).
Running the command in shell just output a lot of hashes and no stale or stop. Is it a bug or how i can having it to not timeout ? It seems there is a Grit::Git.git_timeout but increasing the timeout if getting the error isn't really possible (and great...).
The text was updated successfully, but these errors were encountered: