Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1.5
-
None
-
The default BufferStrategy is QUEUE. That means that buffers are reused between requests and stored in a Queue.
Sometimes it's required to switch to a different BufferStrategy default for all operations.
This might happen for cases where very low memory consumption is required. But also when handling high sensitive data and you don't want to potentially keep sensitive data around in buffers for a long time.
The default BufferStrategy is QUEUE. That means that buffers are reused between requests and stored in a Queue. Sometimes it's required to switch to a different BufferStrategy default for all operations. This might happen for cases where very low memory consumption is required. But also when handling high sensitive data and you don't want to potentially keep sensitive data around in buffers for a long time.