summaryrefslogtreecommitdiff
path: root/node/Identity.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'node/Identity.cpp')
-rw-r--r--node/Identity.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/node/Identity.cpp b/node/Identity.cpp
index a180c2ba..859a129f 100644
--- a/node/Identity.cpp
+++ b/node/Identity.cpp
@@ -39,8 +39,8 @@
// These can't be changed without a new identity type. They define the
// parameters of the hashcash hashing/searching algorithm.
-#define ZT_IDENTITY_GEN_HASHCASH_FIRST_BYTE_LESS_THAN 7
-#define ZT_IDENTITY_GEN_MEMORY 4194304
+#define ZT_IDENTITY_GEN_HASHCASH_FIRST_BYTE_LESS_THAN 17
+#define ZT_IDENTITY_GEN_MEMORY 2097152
#define ZT_IDENTITY_GEN_SALSA20_ROUNDS 20
namespace ZeroTier {