commit 456a9ffbec2fa25709b0a6d96d471ed123a14dd6
parent e18056af8ab036d8e177444d6cd75acac72cc811
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Sat, 7 Sep 2019 00:16:23 +0200
better parameter
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/splith.py b/splith.py
@@ -19,7 +19,7 @@ parser.add_argument("--maxheight",
type=int, default=10000)
parser.add_argument("--minheight",
help="minimum height of a split",
- type=int, default=30)
+ type=int, default=50)
parser.add_argument("--mincontentheight",
help="minimum height of a split",
type=int, default=5)