go-pluto / pluto

A distributed IMAP server based on Conflict-free Replicated Data Types.
GNU General Public License v3.0
65 stars 5 forks source link

Send downstream messages in bulk instead of each on its own #14

Closed numbleroot closed 7 years ago

numbleroot commented 7 years ago

Now, the whole current status of the sending log is sent downstream directly instead of each message in its own gRPC message.

codecov-io commented 7 years ago

Codecov Report

Merging #14 into master will increase coverage by 0.45%. The diff coverage is 3.42%.

@@            Coverage Diff             @@
##           master      #14      +/-   ##
==========================================
+ Coverage   22.03%   22.49%   +0.45%     
==========================================
  Files           8        8              
  Lines        1679     1618      -61     
==========================================
- Hits          370      364       -6     
+ Misses       1270     1215      -55     
  Partials       39       39