From 6e25256ed547be68d8b1afa28cc2db19d8b78dd1 Mon Sep 17 00:00:00 2001 From: Colleen Xu Date: Wed, 6 Dec 2023 00:00:20 -0800 Subject: [PATCH] feat: add batch-size-limit for ctd subquerying --- src/config.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/config.ts b/src/config.ts index f4efc733..92d4e2ed 100644 --- a/src/config.ts +++ b/src/config.ts @@ -20,6 +20,11 @@ const API_BATCH_SIZE = [ name: 'Multiomics BigGIM-DrugResponse KP API', max: 100, }, + { + id: '0212611d1c670f9107baf00b77f0889a', + name: 'CTD API', + max: 80, + }, ]; // max node IDs an edge with no other IDs can have