From ab4404d99159ad772cde65de0338f89e4ea189fb Mon Sep 17 00:00:00 2001 From: Gaurav Vaidya Date: Thu, 7 Nov 2024 15:34:00 -0500 Subject: [PATCH] Increased demote_labels_longer_than to 40. --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index e618bf0..416eeca 100644 --- a/config.json +++ b/config.json @@ -54,5 +54,5 @@ "PUBCHEM.COMPOUND" ] }, - "demote_labels_longer_than": 15 + "demote_labels_longer_than": 40 }