# HG changeset patch # User Lucas Thompson # Date 1493285846 -3600 # Node ID c60b03098baee8b2c48f8a72f4456620b6a6f760 # Parent 55be5d2e96f6fdf8def33e066e5b37537dfc5edc Rename to indicate not all responses are sent. diff -r 55be5d2e96f6 -r c60b03098bae src/app/services/feature-extraction/FeatureExtractionWorker.ts --- a/src/app/services/feature-extraction/FeatureExtractionWorker.ts Thu Apr 27 10:34:18 2017 +0100 +++ b/src/app/services/feature-extraction/FeatureExtractionWorker.ts Thu Apr 27 10:37:26 2017 +0100 @@ -75,7 +75,7 @@ } } -class ReducingAggregateService extends AggregateStreamingService { +class ThrottledReducingAggregateService extends AggregateStreamingService { constructor() { super(); } @@ -108,7 +108,7 @@ private requireJs: RequireJs) { this.workerScope = workerScope; this.remoteLibraries = new Map(); - this.service = new ReducingAggregateService(); + this.service = new ThrottledReducingAggregateService(); this.setupImportLibraryListener(); this.server = new WebWorkerStreamingServer( this.workerScope,