Increase the row size

This commit is contained in:
KnugiHK
2023-06-25 13:14:39 +08:00
parent e2f497dbb6
commit f9dedc7930

View File

@@ -16,7 +16,7 @@ except ImportError:
MAX_SIZE = 4 * 1024 * 1024 # Default 4MB
ROW_SIZE = 0x300
ROW_SIZE = 0x3D0
def sanitize_except(html):