feat: add upstream and verbose flags to command line interface
All checks were successful
Release Tag / release (push) Successful in 13s
All checks were successful
Release Tag / release (push) Successful in 13s
feat: add upstream support allowing to chain cache servers if needed fix: tweaked garbage collection to be better
This commit is contained in:
9
.vscode/launch.json
vendored
9
.vscode/launch.json
vendored
@@ -17,6 +17,9 @@
|
||||
"10G",
|
||||
"--disk-path",
|
||||
"tmp/disk",
|
||||
"--upstream",
|
||||
"http://192.168.2.88:80",
|
||||
"--verbose",
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -30,6 +33,9 @@
|
||||
"10G",
|
||||
"--disk-path",
|
||||
"tmp/disk",
|
||||
"--upstream",
|
||||
"http://192.168.2.88:80",
|
||||
"--verbose",
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -41,6 +47,9 @@
|
||||
"args": [
|
||||
"--memory",
|
||||
"1G",
|
||||
"--upstream",
|
||||
"http://192.168.2.88:80",
|
||||
"--verbose",
|
||||
],
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user