updated SHARE_PERIOD to current value so everything outside of NewShare class uses...
authorForrest Voight <forrest@forre.st>
Sun, 21 Jul 2013 16:28:46 +0000 (12:28 -0400)
committerForrest Voight <forrest@forre.st>
Sun, 21 Jul 2013 16:28:46 +0000 (12:28 -0400)
p2pool/networks.py

index 2a32e07..f800b53 100644 (file)
@@ -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