From 352a5ead19c76f857b61bb74827be121744211c9 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Thu, 19 Jan 2023 10:22:20 -0800 Subject: [PATCH] change block diff --- xmrnodes/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmrnodes/app.py b/xmrnodes/app.py index cbe3c30..3f0523b 100644 --- a/xmrnodes/app.py +++ b/xmrnodes/app.py @@ -25,7 +25,7 @@ logging.basicConfig( app = Flask(__name__) app.config.from_envvar("FLASK_SECRETS") app.secret_key = app.config["SECRET_KEY"] -HEALTHY_BLOCK_DIFF = 100 # idc to config this. hardcode is fine. +HEALTHY_BLOCK_DIFF = 500 # idc to config this. hardcode is fine. @app.route("/", methods=["GET", "POST"]) def index():