Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -153,7 +153,7 @@ export default function GlobalInterceptor($rootScope, $q, $injector) { |
153 | 153 | } |
154 | 154 | |
155 | 155 | function retryRequest (httpConfig) { |
156 | - var thisTimeout = 1000 + Math.random() * 10000; | |
156 | + var thisTimeout = 1000 + Math.random() * 3000; | |
157 | 157 | return getTimeout()(function() { |
158 | 158 | return getHttp()(httpConfig); |
159 | 159 | }, thisTimeout); | ... | ... |