From 4985279039462adafdac1c9826b54a6b36dba5f6 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 2 Jun 2020 21:24:23 +0300 Subject: PluginUpdater: temporary buffer size set to 4M --- plugins/PluginUpdater/src/unzipfile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/PluginUpdater') diff --git a/plugins/PluginUpdater/src/unzipfile.cpp b/plugins/PluginUpdater/src/unzipfile.cpp index 58b12978dc..18a95fd726 100644 --- a/plugins/PluginUpdater/src/unzipfile.cpp +++ b/plugins/PluginUpdater/src/unzipfile.cpp @@ -19,7 +19,7 @@ Boston, MA 02111-1307, USA. #include "stdafx.h" -#define DATA_BUF_SIZE 65536 +#define DATA_BUF_SIZE (4 * 1024 * 1024) static void PrepareFileName(wchar_t *dest, size_t destSize, const wchar_t *ptszPath, const wchar_t *ptszFileName) { -- cgit v1.2.3