gitlab-org--gitlab-foss/lib/gitlab/gitaly_client
Zeger-Jan van de Weg 4dfaaf40b9
Turn on Cat-File cache by default
The feature flag has been introduced an was turned off by default,
now the it will default to be turned on. That change would still allow
users to turn this feature off by leveraging the Rails console by
running:

`Feature.disable("gitaly_catfile-cache")`

Another option is to manage the number of items the LRU cache will
contain, by updating the `config.toml` for Gitaly. This would be the
`catfile_cache_size`:
0dcb5c579e/config.toml.example (L27)

Closes: https://gitlab.com/gitlab-org/gitaly/issues/1712
2019-06-18 13:33:43 +02:00
..
attributes_bag.rb
blob_service.rb
blobs_stitcher.rb
cleanup_service.rb
commit_service.rb
conflict_files_stitcher.rb
conflicts_service.rb Force source and target branch to binary mode 2019-06-10 20:50:00 -07:00
diff.rb
diff_stitcher.rb
health_check_service.rb
namespace_service.rb
notification_service.rb
object_pool_service.rb
operation_service.rb
queue_enumerator.rb
ref_service.rb
remote_service.rb
repository_service.rb
server_service.rb
storage_service.rb
storage_settings.rb Turn on Cat-File cache by default 2019-06-18 13:33:43 +02:00
util.rb
wiki_file.rb
wiki_page.rb
wiki_service.rb