Skip to content

Commit

Permalink
Fix number of parallel repair computation
Browse files Browse the repository at this point in the history
Downgrade to Dropwizard 1.0.7 and Guava 19.0 to fix dependency issues
Make repair manager schedule cycle configurable (was 30s hardcoded)

ref: #108
  • Loading branch information
adejanovski committed Jun 23, 2017
1 parent 85ef9a2 commit 4c4d898
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
import java.util.List;
import java.util.Set;
import java.util.UUID;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.ConcurrentMap;
import java.util.concurrent.TimeUnit;
import java.util.stream.Collectors;

import org.slf4j.Logger;
Expand Down

0 comments on commit 4c4d898

Please sign in to comment.