From f9dedc7930682a794dc576b4ca9f6de51d5e3489 Mon Sep 17 00:00:00 2001 From: KnugiHK <24708955+KnugiHK@users.noreply.github.com> Date: Sun, 25 Jun 2023 13:14:39 +0800 Subject: [PATCH] Increase the row size --- Whatsapp_Chat_Exporter/utility.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Whatsapp_Chat_Exporter/utility.py b/Whatsapp_Chat_Exporter/utility.py index 8f2ee2b..2da9ff3 100644 --- a/Whatsapp_Chat_Exporter/utility.py +++ b/Whatsapp_Chat_Exporter/utility.py @@ -16,7 +16,7 @@ except ImportError: MAX_SIZE = 4 * 1024 * 1024 # Default 4MB -ROW_SIZE = 0x300 +ROW_SIZE = 0x3D0 def sanitize_except(html):