Commit 82f0a632 authored by Fabio Pelosin's avatar Fabio Pelosin

[Git] Increased default cache to 500Mb.

parent bb774bd4
......@@ -28,7 +28,7 @@ module Pod
@repos_dir = Pathname.new(File.expand_path("~/.cocoapods"))
@verbose = @silent = @force_doc = false
@clean = @generate_docs = @doc_install = @integrate_targets = true
@git_cache_size = 200
@git_cache_size = 500
end
def project_root
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment