torrent priority and piece state fix

This commit is contained in:
royalcat 2024-07-07 23:09:13 +03:00
parent 13ce2aa07f
commit 199a82ff0c
33 changed files with 2227 additions and 959 deletions

6
.vscode/launch.json vendored
View file

@ -5,14 +5,14 @@
"version": "0.2.0",
"configurations": [
{
"name": "Launch file",
"name": "Generate GraphQL",
"type": "go",
"request": "launch",
"mode": "debug",
"program": "${file}"
"program": "${workspaceFolder}/cmd/generate-graphql/main.go",
},
{
"name": "Launch Package",
"name": "TStor",
"type": "go",
"request": "launch",
"mode": "auto",