changeset 250:c60b03098bae

Rename to indicate not all responses are sent.
author Lucas Thompson <dev@lucas.im>
date Thu, 27 Apr 2017 10:37:26 +0100
parents 55be5d2e96f6
children 610b72b1ed09
files src/app/services/feature-extraction/FeatureExtractionWorker.ts
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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<LibraryKey, LibraryUri>();
-    this.service = new ReducingAggregateService();
+    this.service = new ThrottledReducingAggregateService();
     this.setupImportLibraryListener();
     this.server = new WebWorkerStreamingServer(
       this.workerScope,