Skip to content

Commit

Permalink
Increase upper limit
Browse files Browse the repository at this point in the history
  • Loading branch information
rushter authored Jan 26, 2024
1 parent 8efb770 commit e49917e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selectolax/utils.pxi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MAX_HTML_INPUT_SIZE = 8e+7
MAX_HTML_INPUT_SIZE = 25e+7

def preprocess_input(html, decode_errors='ignore'):
if isinstance(html, (str, unicode)):
Expand Down

0 comments on commit e49917e

Please sign in to comment.