Browse Source

fix a typo

main
D4708 3 years ago
parent
commit
d47a038a02
  1. 2
      follower.py

2
follower.py

@ -13,7 +13,7 @@ import sys, cPickle @@ -13,7 +13,7 @@ import sys, cPickle
dbFileName = "twisterDataGuard.pickle" # service database file
nodeUserName = "twisterdataguard" # twister wallet (user)
blocksInStep = 100 # locks processing by the one step
blocksInStep = 100 # blocks processing by the one step
squattersStop = 20 # max users per block. Reset the blocksInStep on this quantity to prevent CPU overload
class MyDb:

Loading…
Cancel
Save