Clarified retry value type

This commit is contained in:
JPVenson 2025-03-24 08:31:52 +00:00
parent aa4936c59c
commit a026a3722c

View File

@ -17,7 +17,7 @@ internal class RetryOnTemporarlyUnavailableFilter : IOperationFilter
{ {
{ {
"retry-after", "retry-after",
new() { AllowEmptyValue = true, Required = false, Description = "A hint for when to retry the operation." } new() { AllowEmptyValue = true, Required = false, Description = "A hint for when to retry the operation in full secounds." }
}, },
{ {
"message", "message",