When creating a large file (either streaming or not), the server shuts down the connect from client with an error in the server log:
[WrappedExpiringReadWriteLocker] {Primary} error: Lock expired after 6000ms on RESOURCE_URL
community-server version: 7.0.2
Override the duration of WrappedExpiringReadWriteLocker in server configuration (as suggested here) with a larger value and then restart resulted in the same error (the override is not respected?)
When creating a large file (either streaming or not), the server shuts down the connect from client with an error in the server log:
community-server version:
7.0.2
Override the duration of
WrappedExpiringReadWriteLocker
in server configuration (as suggested here) with a larger value and then restart resulted in the same error (the override is not respected?)Similar to this issue https://github.com/CommunitySolidServer/CommunitySolidServer/issues/1843 but for
POST
andPUT
requests.Validate the issue with the latest server version and a minimal example, create an issue (if applicable) here https://github.com/CommunitySolidServer/CommunitySolidServer/issues