Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Okstad <pokstad@gitlab.com>2020-08-26 04:00:44 +0300
committerJames Fargher <proglottis@gmail.com>2020-08-26 04:00:44 +0300
commit965cac68f3fd24e7a57b3927e5f88d8227bfad2b (patch)
treeddfdd0fc9612bf1219750f1e1eb20978c52364e0 /config.toml.example
parent27e1cf71e40a27e829dfeee1eb237af190a13244 (diff)
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.
Diffstat (limited to 'config.toml.example')
-rw-r--r--config.toml.example8
1 files changed, 8 insertions, 0 deletions
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"]