Cut HTTP timeout in half.

This commit is contained in:
Steveice10 2017-07-21 15:19:40 -07:00
parent a711e3e39b
commit b37b3492ae

View File

@ -682,7 +682,7 @@ u16* util_select_bnr_title(BNR* bnr) {
return bnr->titles[systemLanguage];
}
#define HTTP_TIMEOUT 30000000000
#define HTTP_TIMEOUT 15000000000
#define MAKE_HTTP_USER_AGENT(major, minor, micro) ("Mozilla/5.0 (Nintendo 3DS; Mobile; rv:10.0) Gecko/20100101 FBI/" #major "." #minor "." #micro)
#define HTTP_USER_AGENT MAKE_HTTP_USER_AGENT(VERSION_MAJOR, VERSION_MINOR, VERSION_MICRO)