diff options
author | Martin Schanzenbach <mschanzenbach@posteo.de> | 2020-04-21 18:13:05 +0200 |
---|---|---|
committer | Martin Schanzenbach <mschanzenbach@posteo.de> | 2020-04-21 18:13:05 +0200 |
commit | 6bda628f704707ab92b17c4006a4a8fcf6bd48dd (patch) | |
tree | e03eff1fa04d214947e300db2ea0445d3579e0d2 /src/revocation | |
parent | 3efcca773c416cabe8d790abccac7b19a669b00d (diff) |
update revocation config
Diffstat (limited to 'src/revocation')
-rw-r--r-- | src/revocation/revocation.conf.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/revocation/revocation.conf.in b/src/revocation/revocation.conf.in index 5ad41cd49..346168785 100644 --- a/src/revocation/revocation.conf.in +++ b/src/revocation/revocation.conf.in @@ -14,5 +14,6 @@ UNIX_MATCH_GID = YES # (using only a single-core) with SCRYPT. # DO NOT CHANGE THIS VALUE, doing so will break the protocol! WORKBITS = 25 +EPOCH_DURATION = 356 d DATABASE = $GNUNET_DATA_HOME/revocation.dat |