diff scripts/generate-ini.py @ 5769:6afa528ee30e

db: get rid of vcs_full_cache - it should always be used It might make tests less deterministic, but it makes sure that we test what we actually use.
author Mads Kiilerich <madski@unity3d.com>
date Mon, 14 Mar 2016 16:17:46 +0100
parents 06d5c043e989
children 9358211ee144
line wrap: on
line diff
--- a/scripts/generate-ini.py	Mon Mar 14 16:17:46 2016 +0100
+++ b/scripts/generate-ini.py	Mon Mar 14 16:17:46 2016 +0100
@@ -40,7 +40,6 @@
         '''
         Kallithea - config for tests:
         initial_repo_scan = true
-        vcs_full_cache = false
         sqlalchemy and kallithea_test.sqlite
         custom logging
 
@@ -53,7 +52,6 @@
             '[app:main]': {
                 'initial_repo_scan': 'true',
                 'app_instance_uuid': 'test',
-                'vcs_full_cache': 'false',
                 'show_revision_number': 'true',
                 'beaker.cache.sql_cache_short.expire': '1',
                 'beaker.session.secret': '{74e0cd75-b339-478b-b129-07dd221def1f}',