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:
authorPavlo Strokov <pstrokov@gitlab.com>2022-08-23 14:49:53 +0300
committerPavlo Strokov <pstrokov@gitlab.com>2022-08-24 09:30:15 +0300
commit30a1aab1fc278b7db30cb485d0ce3f9906d65fdf (patch)
tree515aec27134a688bce41db1df382481167b8e7ba /ruby/proto
parent1a072655fa3c26ede5f6809947ca977f59c1c202 (diff)
proto: Remove deprecated drift_threshold_millisps-remove-drift_threshold_millis
The field is removed as it was deprecated in 8f9dd5ab5 (proto: Introduce drift_threshold to replace drift_threshold_millis, 2022-08-05) and not used anymore. Closes: https://gitlab.com/gitlab-org/gitaly/-/issues/4417
Diffstat (limited to 'ruby/proto')
-rw-r--r--ruby/proto/gitaly/server_pb.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/ruby/proto/gitaly/server_pb.rb b/ruby/proto/gitaly/server_pb.rb
index 291941601..06f5eec96 100644
--- a/ruby/proto/gitaly/server_pb.rb
+++ b/ruby/proto/gitaly/server_pb.rb
@@ -34,7 +34,6 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
end
add_message "gitaly.ClockSyncedRequest" do
optional :ntp_host, :string, 1
- optional :drift_threshold_millis, :int64, 2
optional :drift_threshold, :message, 3, "google.protobuf.Duration"
end
add_message "gitaly.ClockSyncedResponse" do