mirror of
https://github.com/nasa/openmct.git
synced 2025-03-23 04:25:27 +00:00
[Persistence] Remove cache from bundle definition
Remove reference to persistence cache from the Couch adapter's bundle definition; this has been moved into a separate bundle to support reuse with the WARP Server persistence adapter, WTD-702.
This commit is contained in:
parent
6896eea150
commit
173c3372dc
@ -8,12 +8,6 @@
|
||||
"type": "provider",
|
||||
"implementation": "CouchPersistenceProvider.js",
|
||||
"depends": [ "$http", "$q", "PERSISTENCE_SPACE", "COUCHDB_PATH" ]
|
||||
},
|
||||
{
|
||||
"provides": "persistenceService",
|
||||
"type": "decorator",
|
||||
"implementation": "CachingPersistenceDecorator.js",
|
||||
"depends": [ "PERSISTENCE_SPACE" ]
|
||||
}
|
||||
],
|
||||
"constants": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user