From: Forrest Voight Date: Sun, 21 Jul 2013 16:28:46 +0000 (-0400) Subject: updated SHARE_PERIOD to current value so everything outside of NewShare class uses... X-Git-Tag: 13.3~12 X-Git-Url: https://git.novaco.in/?p=p2pool.git;a=commitdiff_plain;h=89ff8f436d955abc9bc8c45dd4dbe1b70ddaf3ac updated SHARE_PERIOD to current value so everything outside of NewShare class uses the true value instead of the old one --- diff --git a/p2pool/networks.py b/p2pool/networks.py index 2a32e07..f800b53 100644 --- a/p2pool/networks.py +++ b/p2pool/networks.py @@ -10,7 +10,7 @@ from p2pool.util import math nets = dict( bitcoin=math.Object( PARENT=networks.nets['bitcoin'], - SHARE_PERIOD=10, # seconds + SHARE_PERIOD=30, # seconds NEW_SHARE_PERIOD=30, # seconds CHAIN_LENGTH=24*60*60//10, # shares REAL_CHAIN_LENGTH=24*60*60//10, # shares