mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
chore: Integrate WrappedExpiringResourceLocker
This commit is contained in:
parent
acebf030c7
commit
b49366498b
@ -3,7 +3,11 @@
|
||||
"@graph": [
|
||||
{
|
||||
"@id": "urn:solid-server:default:ResourceLocker",
|
||||
"@type": "SingleThreadedResourceLocker"
|
||||
"@type": "WrappedExpiringResourceLocker",
|
||||
"WrappedExpiringResourceLocker:_locker": {
|
||||
"@type": "SingleThreadedResourceLocker"
|
||||
},
|
||||
"WrappedExpiringResourceLocker:_expiration": 3000
|
||||
},
|
||||
|
||||
{
|
||||
|
1
index.ts
1
index.ts
@ -129,6 +129,7 @@ export * from './src/storage/ResourceStore';
|
||||
export * from './src/storage/RoutingResourceStore';
|
||||
export * from './src/storage/SingleThreadedResourceLocker';
|
||||
export * from './src/storage/UrlContainerManager';
|
||||
export * from './src/storage/WrappedExpiringResourceLocker';
|
||||
|
||||
// Util/Errors
|
||||
export * from './src/util/errors/ConflictHttpError';
|
||||
|
Loading…
x
Reference in New Issue
Block a user