From b603579c1c73c7bf2e71593505aac1e95ee1e34f Mon Sep 17 00:00:00 2001 From: D4708 Date: Sun, 27 Jun 2021 03:02:51 +0300 Subject: [PATCH] fix a typo --- follower.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/follower.py b/follower.py index a944f38..59006e7 100644 --- a/follower.py +++ b/follower.py @@ -13,7 +13,7 @@ import sys, cPickle dbFileName = "twisterDataGuard.pickle" # service database file nodeUserName = "twisterdataguard" # twister wallet (user) -blocksInStep = 100 # mlocks processing by the one step +blocksInStep = 100 # locks processing by the one step squattersStop = 20 # max users per block. Reset the blocksInStep on this quantity to prevent CPU overload class MyDb: