Skip to content
Snippets Groups Projects
Unverified Commit e23db639 authored by Tiago D J's avatar Tiago D J Committed by GitHub
Browse files

Update PresentationUrlDownloadService.java

parent 419a5e46
No related branches found
No related tags found
No related merge requests found
......@@ -186,7 +186,7 @@ public class PresentationUrlDownloadService {
HttpURLConnection conn;
try {
conn = (HttpURLConnection) presUrl.openConnection();
conn.setReadTimeout(5000);
conn.setReadTimeout(60000);
conn.addRequestProperty("Accept-Language", "en-US,en;q=0.8");
conn.addRequestProperty("User-Agent", "Mozilla");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment