From d47a038a024c1933549a281c0e86cf20cc06137f Mon Sep 17 00:00:00 2001 From: D4708 Date: Sun, 27 Jun 2021 03:04:12 +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 59006e7..d797d51 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 # 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: