Skip to content

Commit

Permalink
Chnaged timeout to 20sec
Browse files Browse the repository at this point in the history
  • Loading branch information
hawlitschek committed Aug 9, 2017
1 parent 3e5527e commit 0f95ca7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class HttpGlideUrlLoader implements ModelLoader<GlideUrl, InputStream> {
* <p>Defaults to 2500ms.
*/
public static final Option<Integer> TIMEOUT = Option.memory(
"com.bumptech.glide.load.model.stream.HttpGlideUrlLoader.Timeout", 2500);
"com.bumptech.glide.load.model.stream.HttpGlideUrlLoader.Timeout", 20000);

@Nullable private final ModelCache<GlideUrl, GlideUrl> modelCache;

Expand Down

0 comments on commit 0f95ca7

Please sign in to comment.