Change default local config to not search recursively.
Dan Brook [Mon, 6 Jun 2011 11:15:30 +0000 (13:15 +0200)]
This is non-optimal default behaviour, if repo_dir isn't just a bunch
of repos this could potentially slow things down a lot.

gitalist_local.conf

index 87dbb01..c19eef7 100644 (file)
@@ -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>