diff options
Diffstat (limited to 'src/or/rendservice.c')
-rw-r--r-- | src/or/rendservice.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/rendservice.c b/src/or/rendservice.c index 296f60876..d10d47c82 100644 --- a/src/or/rendservice.c +++ b/src/or/rendservice.c @@ -24,10 +24,10 @@ typedef struct rend_service_port_config_t { #define NUM_INTRO_POINTS 3 /** If we can't build our intro circuits, don't retry for this long. */ -#define INTRO_CIRC_RETRY_PERIOD 60*15 +#define INTRO_CIRC_RETRY_PERIOD 60*10 /** Don't try to build more than this many circuits before giving up * for a while.*/ -#define MAX_INTRO_CIRCS_PER_PERIOD 20 +#define MAX_INTRO_CIRCS_PER_PERIOD 10 /** Represents a single hidden service running at this OP. */ typedef struct rend_service_t { |