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 Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
blob_service.rb Ensure that we only request blobs in one batch 2019-04-24 14:13:32 +01:00
blobs_stitcher.rb Run rubocop -a 2019-03-13 13:42:43 +00:00
cleanup_service.rb Remove cleaned up OIDs from database and cache 2019-05-06 11:35:03 +01:00
commit_service.rb Fix typos in the whole gitlab-ce project 2019-05-20 14:11:44 +00:00
conflict_files_stitcher.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
conflicts_service.rb Force source and target branch to binary mode 2019-06-10 20:50:00 -07:00
diff.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
diff_stitcher.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
health_check_service.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
namespace_service.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
notification_service.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
object_pool_service.rb Add client methods for FetchIntoObjectPool RPC 2019-04-30 08:28:56 -07:00
operation_service.rb Avoid encoding errors for MergeToRefService 2019-06-10 15:46:39 -03:00
queue_enumerator.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
ref_service.rb Use git_garbage_collect_worker to run pack_refs 2019-05-02 21:41:05 +00:00
remote_service.rb Remove timeout for GitalyClient remove_remote 2019-03-15 17:15:07 +08:00
repository_service.rb Add client code to call GetObjectDirectorySize RPC 2019-06-05 20:58:46 +08:00
server_service.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
storage_service.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
storage_settings.rb Turn on Cat-File cache by default 2019-06-18 13:33:43 +02:00
util.rb Rename gl_project_name -> gl_project_path 2019-02-05 21:33:10 -08:00
wiki_file.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
wiki_page.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
wiki_service.rb Added list_pages method to avoid loading all wiki pages content 2019-04-25 04:19:07 +00:00