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