mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
19 lines
625 B
JSON
19 lines
625 B
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^6.0.0/components/context.jsonld",
|
|
"@graph": [
|
|
{
|
|
"comment": "Allows multiple simultaneous read operations. Locks are stored in memory. Locks expire after inactivity.",
|
|
"@id": "urn:solid-server:default:ResourceLocker",
|
|
"@type": "WrappedExpiringReadWriteLocker",
|
|
"locker": {
|
|
"@type": "GreedyReadWriteLocker",
|
|
"locker": {
|
|
"@type": "MemoryResourceLocker"
|
|
},
|
|
"storage": { "@id": "urn:solid-server:default:LockStorage" }
|
|
},
|
|
"expiration": 6000
|
|
}
|
|
]
|
|
}
|