From 10fb405fbe62f04a2cf342bc5168b91cabe1fe98 Mon Sep 17 00:00:00 2001 From: clemahieu Date: Thu, 12 Feb 2015 21:44:53 -0600 Subject: [PATCH] Turning up work parameter. --- rai/secure.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rai/secure.hpp b/rai/secure.hpp index 0f09e9f0..ca190c77 100644 --- a/rai/secure.hpp +++ b/rai/secure.hpp @@ -86,7 +86,7 @@ public: 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