Unverified Commit 897fdf1d authored by Alex Diachenko's avatar Alex Diachenko Committed by GitHub
Browse files

Fixed typo in retry delays example. (#194)

parent 333adfb3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -292,7 +292,7 @@ Increasing the maximum number of retries adds more backoff:
     6         0.0                     16.0                             31.5
     7         0.0                     32.0                             63.5
     8         0.0                     64.0                            127.5
     9         0.0                    128.0                            256.5
     9         0.0                    128.0                            255.5
    10         0.0                    256.0                            511.5
    11         0.0                    512.0                           1023.5
    12         0.0                   1024.0                           2047.5