diff options
| author | Eddy Pedroni <epedroni@pm.me> | 2025-07-17 17:57:43 +0200 | 
|---|---|---|
| committer | Eddy Pedroni <epedroni@pm.me> | 2025-07-17 17:57:43 +0200 | 
| commit | e086cd5146f86990cf1acfc7ff4cd97410da18ad (patch) | |
| tree | 7ae34442cfd9d1eb212dace86db3fcfc4716342a | |
| parent | b26c3ffab612d7a15034238d8990d10ef3b6dc75 (diff) | |
Reduce refresh period of deployment configuration
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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 | 
