3 lines
304 B
Markdown
3 lines
304 B
Markdown
Change the default queue mode for buffer workers to `memory_only`.
|
|
Before this change, the default queue mode was `volatile_offload`. When under high message rate pressure and when the resource is not keeping up with such rate, the buffer performance degraded a lot due to the constant disk operations.
|