aboutsummaryrefslogtreecommitdiff
path: root/src/revocation/revocation.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/revocation/revocation.conf.in')
-rw-r--r--src/revocation/revocation.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/revocation/revocation.conf.in b/src/revocation/revocation.conf.in
index d7ad174c9..5ad41cd49 100644
--- a/src/revocation/revocation.conf.in
+++ b/src/revocation/revocation.conf.in
@@ -10,7 +10,7 @@ UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-revocation.sock
10UNIX_MATCH_UID = NO 10UNIX_MATCH_UID = NO
11UNIX_MATCH_GID = YES 11UNIX_MATCH_GID = YES
12 12
13# 2^25 hash operations take about 16-24h on a modern i7 13# 2^25 hash operations take about 16-24h on a first-generation i7
14# (using only a single-core) with SCRYPT. 14# (using only a single-core) with SCRYPT.
15# DO NOT CHANGE THIS VALUE, doing so will break the protocol! 15# DO NOT CHANGE THIS VALUE, doing so will break the protocol!
16WORKBITS = 25 16WORKBITS = 25