Skip to content
Snippets Groups Projects
Commit 15938a18 authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Reduce the maximum line length for caclulating Wagner-Fischer. (Closes:...

Reduce the maximum line length for caclulating Wagner-Fischer. (Closes: #272)
parent 653fb1bf
No related branches found
No related tags found
No related merge requests found
Pipeline #276411 passed
......@@ -387,7 +387,7 @@ def color_unified_diff(diff):
DIFFON = "\x01"
DIFFOFF = "\x02"
MAX_WAGNER_FISCHER_SIZE = (
1024 # any higher, and linediff takes >1 second and >200MB RAM
256 # any higher, and linediff takes >1 second and >200MB RAM
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment