From 3b14bbf78eef2e393e18fd84ef2e7613ce6c3ee2 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Sun, 2 Nov 2014 21:00:22 -0500 Subject: [PATCH] This might fix some peer finding issues. --- toxcore/onion_client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toxcore/onion_client.h b/toxcore/onion_client.h index 483038e8..217b1645 100644 --- a/toxcore/onion_client.h +++ b/toxcore/onion_client.h @@ -29,7 +29,7 @@ #include "ping_array.h" #define MAX_ONION_CLIENTS 8 -#define ONION_NODE_PING_INTERVAL 30 +#define ONION_NODE_PING_INTERVAL 20 #define ONION_NODE_TIMEOUT (ONION_NODE_PING_INTERVAL * 4) /* The interval in seconds at which to tell our friends where we are */