Skip to content

Commit

Permalink
Merge pull request #97 from DICL/fix-slowdfs
Browse files Browse the repository at this point in the history
DFS is now fast again
  • Loading branch information
vicentebolea committed May 16, 2016
2 parents 70584d6 + 206b4ec commit ba6f3f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/nodes/peerdfs.cc
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ bool PeerDFS::insert_block (messages::BlockInfo* m) {
}
uint32_t tmp_hash_key = boundaries->random_within_boundaries(tmp_node);
insert(tmp_hash_key, m->block_name, m->content);
sleep(1);
}
return true;
}
Expand Down

0 comments on commit ba6f3f0

Please sign in to comment.