Skip to content

Figure out the best flush threshold for serializer based on performance and real-world use cases #32356

@ahsonkhan

Description

@ahsonkhan

It's currently set to flush when the buffer is 90% full.

state.FlushThreshold = (int)(bufferWriter.Capacity * .9); //todo: determine best value here

cc @steveharter

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions