aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEddy Pedroni <epedroni@pm.me>2025-07-17 17:57:43 +0200
committerEddy Pedroni <epedroni@pm.me>2025-07-17 17:57:43 +0200
commite086cd5146f86990cf1acfc7ff4cd97410da18ad (patch)
tree7ae34442cfd9d1eb212dace86db3fcfc4716342a /Makefile
parentb26c3ffab612d7a15034238d8990d10ef3b6dc75 (diff)
Reduce refresh period of deployment configuration
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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