X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=httpinput.cpp;h=043c07c6fd2085d7b199470da796318e19ee850b;hb=102adb2cb186339634590b7ae3e6b1393c72f4c5;hp=74466c7acbb671f33f4f0fa3a76c77091e324038;hpb=3ee5393cf900382d7aa2939694ac0fedb30928c2;p=cubemap diff --git a/httpinput.cpp b/httpinput.cpp index 74466c7..043c07c 100644 --- a/httpinput.cpp +++ b/httpinput.cpp @@ -549,7 +549,7 @@ void HTTPInput::process_data(char *ptr, size_t bytes) has_metacube_header = false; continue; } - if (size > 262144) { + if (size > 1048576) { log(WARNING, "[%s] Metacube block of %d bytes (flags=%x); corrupted header?", url.c_str(), size, flags); }