Skip to content

Commit 9e4b320

Browse files
committed
Update README export commands for disabling UI cache
1 parent aca026e commit 9e4b320

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dashboard/origin-mlx/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ export REACT_APP_API="localhost:8080"
140140
export REACT_APP_RUN="false"
141141
export REACT_APP_UPLOAD="true"
142142
export REACT_APP_DISABLE_LOGIN="true"
143+
export REACT_APP_TTL="0" # Disable the cache
144+
export REACT_APP_CACHE_INTERVAL="0" # Ignore checking cache
143145
```
144146

145147
Start the MLX Web UI server:

0 commit comments

Comments
 (0)