reworked persistent queues

This commit is contained in:
Alex Shnitman 2022-01-25 23:56:17 +02:00
parent 9994777974
commit 80c2ed3f98
6 changed files with 1794 additions and 1833 deletions

2
.vscode/launch.json vendored
View file

@ -12,11 +12,13 @@
"windows": {
"env": {
"DOWNLOAD_DIR": "${env:USERPROFILE}/Downloads",
"STATE_DIR": "${env:TEMP}",
}
},
"osx": {
"env": {
"DOWNLOAD_DIR": "${env:HOME}/Downloads",
"STATE_DIR": "${env:TMPDIR}",
}
},
"console": "integratedTerminal"