From 9ed08f8fc9ff4debd01df02c07262f119fbb5c3f Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Wed, 23 May 2018 16:52:40 -0400 Subject: [PATCH] remove unused constant --- lbrynet/dht/constants.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lbrynet/dht/constants.py b/lbrynet/dht/constants.py index f84c89d2e..9ce21d96b 100644 --- a/lbrynet/dht/constants.py +++ b/lbrynet/dht/constants.py @@ -43,8 +43,6 @@ dataExpireTimeout = 86400 # 24 hours tokenSecretChangeInterval = 300 # 5 minutes -peer_request_timeout = 10 - ######## IMPLEMENTATION-SPECIFIC CONSTANTS ########### #: The interval in which the node should check its whether any buckets need refreshing,