Przeglądaj źródła

Clarified retry value type

JPVenson 2 miesięcy temu
rodzic
commit
a026a3722c

+ 1 - 1
Jellyfin.Server/Filters/RetryOnTemporarlyUnavailableFilter.cs

@@ -17,7 +17,7 @@ internal class RetryOnTemporarlyUnavailableFilter : IOperationFilter
             {
                 {
                     "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",