mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
fix: Prevent cyclical dependency with locker and storage
This commit is contained in:
@@ -2,8 +2,16 @@
|
||||
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^1.0.0/components/context.jsonld",
|
||||
"@graph": [
|
||||
{
|
||||
"comment": "Used for internal storage by some classes. This uses a memory based solution.",
|
||||
"@id": "urn:solid-server:default:Storage",
|
||||
"comment": "These storage solutions store their data in memory."
|
||||
},
|
||||
{
|
||||
"comment": "Used for internal storage by the locker.",
|
||||
"@id": "urn:solid-server:default:LockStorage",
|
||||
"@type": "MemoryMapStorage"
|
||||
},
|
||||
{
|
||||
"comment": "Storage used by the IDP component.",
|
||||
"@id": "urn:solid-server:default:IdpStorage",
|
||||
"@type": "MemoryMapStorage"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user