moquette-io / moquette

Java MQTT lightweight broker
http://moquette-io.github.io/moquette/
Apache License 2.0
2.3k stars 818 forks source link

Switched boolean flag to immediate flushing to integer #738

Closed andsel closed 1 year ago

andsel commented 1 year ago

Release notes

Introduces the ability to specify the flush interval for IO write operations, changing the default, to an immediate flush.

What does it do?

Fixes #718

andsel commented 1 year ago

@hylkevds have to do, I'm going with incremental commits, to make it easy reviewable. Still work in progress, once ready I'll ask you as reviewer.