mirror of
https://github.com/twisterarmy/twister-data-guard.git
synced 2025-01-12 07:57:55 +00:00
fix a typo
This commit is contained in:
parent
b603579c1c
commit
d47a038a02
@ -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…
Reference in New Issue
Block a user