biolab / orange3-imageanalytics

🍊 :rice_scene: Orange3 add-on for dealing with image related tasks
GNU General Public License v3.0
32 stars 42 forks source link

[FIX] Server embedder sends bathes of 999 image through one connection #149

Closed PrimozGodec closed 5 years ago

PrimozGodec commented 5 years ago
Issue

Fixes #148

Description of changes

Since connection by hyper fails every 1000 images we send baches of 999 images through one connection.

Includes
codecov[bot] commented 5 years ago

Codecov Report

Merging #149 into master will increase coverage by 0.12%. The diff coverage is 100%.

@@            Coverage Diff             @@
##           master     #149      +/-   ##
==========================================
+ Coverage   58.73%   58.86%   +0.12%     
==========================================
  Files          13       13              
  Lines        3301     3311      +10     
  Branches      488      491       +3     
==========================================
+ Hits         1939     1949      +10     
  Misses       1227     1227              
  Partials      135      135
PrimozGodec commented 5 years ago

@matjazp can you check this PR?