From e086cd5146f86990cf1acfc7ff4cd97410da18ad Mon Sep 17 00:00:00 2001 From: Eddy Pedroni Date: Thu, 17 Jul 2025 17:57:43 +0200 Subject: Reduce refresh period of deployment configuration --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7ebeaac..58c69d3 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ clean: touch .venv/touchfile web-deploy: .venv/touchfile - ./.venv/bin/solo-tool-web --no-reload --port 8080 --refresh 0.5 --session_path="https://files.0xf7.com" + ./.venv/bin/solo-tool-web --no-reload --port 8080 --refresh 0.2 --session_path="https://files.0xf7.com" web-dev: .venv/touchfile ./.venv/bin/python web-project/src/solo_tool_web.py -- cgit v1.2.3