mirror of
https://github.com/nasa/openmct.git
synced 2025-02-21 01:42:31 +00:00
[Search] Starting on workers
Starting to work on using web workers to do some of the work of GenericSearch. Changed bundle.json accordingly.
This commit is contained in:
parent
c79d1f2648
commit
74961e1106
@ -42,7 +42,7 @@
|
||||
"provides": "searchService",
|
||||
"type": "provider",
|
||||
"implementation": "providers/GenericSearchProvider.js",
|
||||
"depends": [ "objectService" ]
|
||||
"depends": [ "$rootScope", "objectService", "workerService" ]
|
||||
},
|
||||
{
|
||||
"provides": "searchService",
|
||||
@ -55,6 +55,13 @@
|
||||
"type": "aggregator",
|
||||
"implementation": "SearchAggregator.js"
|
||||
}
|
||||
],
|
||||
"workers": [
|
||||
{
|
||||
"key": "genericSearchWorker",
|
||||
"scriptUrl": "workers/GenericSearchWorker.js",
|
||||
"depends": [ "objectService" ]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user