diff --git a/git_cache.py b/git_cache.py index 01b6842e3..158490396 100755 --- a/git_cache.py +++ b/git_cache.py @@ -26,8 +26,10 @@ import subcommand # Analogous to gc.autopacklimit git config. GC_AUTOPACKLIMIT = 50 + +# TODO(tikuta): remove or revert this (crbug.com/749709) if sys.platform.startswith('win'): - GC_AUTOPACKLIMIT = 9 + GC_AUTOPACKLIMIT = 30 GIT_CACHE_CORRUPT_MESSAGE = 'WARNING: The Git cache is corrupt.' diff --git a/recipes/recipe_modules/bot_update/api.py b/recipes/recipe_modules/bot_update/api.py index 8076fc18d..361deac48 100644 --- a/recipes/recipe_modules/bot_update/api.py +++ b/recipes/recipe_modules/bot_update/api.py @@ -2,7 +2,6 @@ # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. - """Recipe module to ensure a checkout is consistent on a bot.""" from recipe_engine import recipe_api