Skip to content

Commit

Permalink
Change default local config to not search recursively.
Browse files Browse the repository at this point in the history
This is non-optimal default behaviour, if repo_dir isn't just a bunch
of repos this could potentially slow things down a lot.
  • Loading branch information
Dan Brook committed Jun 6, 2011
1 parent 21ede19 commit 625baca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitalist_local.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This file is suppressed from the built dist by MANIFEST.SKIP, so you
# don't have this config if you install from CPAN.
repo_dir __path_to(../)__
search_recursively 1
search_recursively 0
# export_ok .export-ok
# whitelist __path_to(../project.list)__
</Model::CollectionOfRepos>
Expand Down

0 comments on commit 625baca

Please sign in to comment.