Commit 493c802
authored
core: remove Python uv cache clean command
Removed the cache clean command for Python uv.
UV uses aggresive cache method, so it can be only cleared with --force, thats in my opinion to unsafe:
Example:
root@paperless-ngx:~# uv cache prune
Cache is currently in-use, waiting for other uv processes to finish (use `--force` to override)
Example with force:
root@paperless-ngx:~# uv cache clean --force
Clearing cache at: .cache/uv
Removed 118567 files (1.4GiB)1 parent 4ffa571 commit 493c802
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
392 | 392 | | |
393 | 393 | | |
394 | 394 | | |
395 | | - | |
396 | | - | |
397 | 395 | | |
398 | 396 | | |
399 | 397 | | |
| |||
0 commit comments