Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

v0.8.4

Compare
Choose a tag to compare
@jaffee jaffee released this 10 Jan 16:54
09f07a6

This version contains 4 contributions from 3 contributors. There are 17 files changed, 974 insertions, and 221 deletions.

Fixed

  • Group the write operations in syncBlock by MaxWritesPerRequest (#1038)
  • Change gossip config from memberlist.DefaultLocalConfig to memberlist.DefaultWANConfig (#1033)

Performance

  • Change AttrBlock handler calls to support protobuf instead of json (#1046)
  • Use RLock instead of Lock in a few places (#1042)