From 965cac68f3fd24e7a57b3927e5f88d8227bfad2b Mon Sep 17 00:00:00 2001 From: Paul Okstad Date: Wed, 26 Aug 2020 01:00:44 +0000 Subject: Move integration to server factory This moves the integration of the walker and scheduler to the server factory called by the bootstrap process. This is higher up in the call stack than the original location. This also changes the walker to use the client to call the repository service via internal socket. --- config.toml.example | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'config.toml.example') diff --git a/config.toml.example b/config.toml.example index 1332f6f9d..c8d408320 100644 --- a/config.toml.example +++ b/config.toml.example @@ -106,3 +106,11 @@ self_signed_cert = false # [[concurrency]] # rpc = "/gitaly.RepositoryService/GarbageCollect" # max_per_repo = 1 + +# Daily maintenance designates time slots to run daily to optimize and maintain +# enabled storages. +# [daily_maintenance] +# start_hour = 23 +# start_minute = 30 +# duration = "45m" +# storages = ["default"] -- cgit v1.2.3