diff --git a/src/services/external-integrations/UsherIntegration.ts b/src/services/external-integrations/UsherIntegration.ts index a6d3c1ba..de99815a 100644 --- a/src/services/external-integrations/UsherIntegration.ts +++ b/src/services/external-integrations/UsherIntegration.ts @@ -7,7 +7,7 @@ import { LapisSelector } from '../../data/LapisSelector'; const usherUrl = 'https://genome.ucsc.edu/cgi-bin/hgPhyloPlace?db=wuhCor1&phyloPlaceTree=hgPhyloPlaceData/wuhCor1' + '/public.plusGisaid.latest.masked.pb&subtreeSize=5000&remoteFile='; -const defaultOrderAndLimit: OrderAndLimitConfig = { orderBy: 'random', limit: 1000 }; +const defaultOrderAndLimit: OrderAndLimitConfig = { orderBy: 'random', limit: 400 }; export class UsherIntegration implements Integration { name = 'UShER';