prrrnd / atom-git-projects

List and open your local Git projects in Atom.
MIT License
37 stars 18 forks source link

Looking for repositories takes forever #36

Closed varemenos closed 9 years ago

varemenos commented 9 years ago

Is there a reason why this could happen? The devtools show no logs about it.

prrrnd commented 9 years ago

Can you give more details? Forever, as in not working at all or does it take a long time? How long? Also, what are your root paths/what is your config?

varemenos commented 9 years ago

It takes about 10 minutes to index, as for my config is the default one.

The issue might be because my repos directory is a bit on the heavy side. Does this plugin index recursively everything inside ~/repos? If yes, would you consider adding a checkbox to disable this recursive behaviour and only index top-level directories inside ~/repos?

prrrnd commented 9 years ago

Yes, it does index recursively. Wouldn't playing with the maxDepth option help you achieve that?

varemenos commented 9 years ago

Ohh, I'm terribly sorry, I didn't realise there was already an option for it