mirror of
https://github.com/nasa/openmct.git
synced 2025-05-28 21:24:20 +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",
|
"type": "provider",
|
||||||
"implementation": "CouchPersistenceProvider.js",
|
"implementation": "CouchPersistenceProvider.js",
|
||||||
"depends": [ "$http", "$q", "PERSISTENCE_SPACE", "COUCHDB_PATH" ]
|
"depends": [ "$http", "$q", "PERSISTENCE_SPACE", "COUCHDB_PATH" ]
|
||||||
},
|
|
||||||
{
|
|
||||||
"provides": "persistenceService",
|
|
||||||
"type": "decorator",
|
|
||||||
"implementation": "CachingPersistenceDecorator.js",
|
|
||||||
"depends": [ "PERSISTENCE_SPACE" ]
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"constants": [
|
"constants": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user