diff options
author | David Goulet <dgoulet@torproject.org> | 2017-11-29 09:19:02 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2017-11-29 09:19:02 -0500 |
commit | 7bb269548db1170b97457ef1b5a4e9267f62ecf2 (patch) | |
tree | 15c5e4ed8897113a53e59add9af0aabee1137a2c /src/or/hs_common.h | |
parent | ef54610442ee2f2a9143c6c55edb98da19cc3344 (diff) | |
download | tor-7bb269548db1170b97457ef1b5a4e9267f62ecf2.tar.gz tor-7bb269548db1170b97457ef1b5a4e9267f62ecf2.zip |
hs-v3: Bump hsdir_spread_store from 3 to 4
Per the analysis in
https://trac.torproject.org/projects/tor/ticket/23170#comment:17, this will
greatly improve service reachability.
Closes #24425
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/or/hs_common.h')
-rw-r--r-- | src/or/hs_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/hs_common.h b/src/or/hs_common.h index c95e59a6f8..1ddbeb55f1 100644 --- a/src/or/hs_common.h +++ b/src/or/hs_common.h @@ -114,7 +114,7 @@ /* Default value of number of hsdir replicas (hsdir_n_replicas). */ #define HS_DEFAULT_HSDIR_N_REPLICAS 2 /* Default value of hsdir spread store (hsdir_spread_store). */ -#define HS_DEFAULT_HSDIR_SPREAD_STORE 3 +#define HS_DEFAULT_HSDIR_SPREAD_STORE 4 /* Default value of hsdir spread fetch (hsdir_spread_fetch). */ #define HS_DEFAULT_HSDIR_SPREAD_FETCH 3 |