Skip to content

Commit 8f19fc7

Browse files
committed
bump codepygments max render size from 64kb to 200kb
1 parent 43e1154 commit 8f19fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mfr/extensions/codepygments/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
config = settings.child('CODEPYGMENTS_EXTENSION_CONFIG')
44

5-
MAX_SIZE = int(config.get('MAX_SIZE', 65536))
5+
MAX_SIZE = int(config.get('MAX_SIZE', 204800)) # 200kb

0 commit comments

Comments
 (0)