Skip to content

Commit

Permalink
Turning up work parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
clemahieu committed Feb 13, 2015
1 parent f4c1384 commit 10fb405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rai/secure.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class block
virtual rai::block_type type () const = 0;
// Local work threshold for rate-limiting publishing blocks. ~5 seconds of work.
static uint64_t const publish_test_threshold = 0xff00000000000000;
static uint64_t const publish_full_threshold = 0xfffffc0000000000;
static uint64_t const publish_full_threshold = 0xfffffe0000000000;
static uint64_t const publish_threshold = rai::rai_network == rai::rai_networks::rai_test_network ? publish_test_threshold : publish_full_threshold;
};
class unique_ptr_block_hash
Expand Down

0 comments on commit 10fb405

Please sign in to comment.