We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0680e29 commit d3e3815Copy full SHA for d3e3815
include/quill/backend/BackendWorker.h
@@ -1163,7 +1163,7 @@ class BackendWorker
1163
1164
if (read_result.allocation)
1165
{
1166
- if (read_result.new_capacity < read_result.previous_capacity)
+ if ((read_result.new_capacity < read_result.previous_capacity) && thread_context->_transit_event_buffer)
1167
1168
// The user explicitly requested to shrink the queue, indicating a preference for low memory
1169
// usage. To align with this intent, we also request shrinking the backend buffer.
0 commit comments