From 78387da0ef1b35e76f50acaf328db1ca7544890c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Hou=C5=A1ka?= Date: Sun, 14 Aug 2016 04:29:01 +0200 Subject: [PATCH] Turned automatic retry off by default. --- SpotifyAPI/Web/SpotifyWebAPI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpotifyAPI/Web/SpotifyWebAPI.cs b/SpotifyAPI/Web/SpotifyWebAPI.cs index 9332ddbb..9fdfa9b6 100644 --- a/SpotifyAPI/Web/SpotifyWebAPI.cs +++ b/SpotifyAPI/Web/SpotifyWebAPI.cs @@ -53,7 +53,7 @@ namespace SpotifyAPI.Web /// /// Should a failed request (Error 500, 502, or 503) be automatically retried or not. /// - public bool UseAutoRetry { get; set; } = true; + public bool UseAutoRetry { get; set; } = false; /// /// Maximum number of tries for one failed request.