Refresh after a long timeout

This commit is contained in:
2025-01-12 16:16:12 +01:00
parent 23ab349eaa
commit 20498d04c0
2 changed files with 2 additions and 11 deletions

View File

@@ -148,11 +148,6 @@ storages_dict = {
"realname": "DATA_Poole",
"download": float(1024**3),
"upload": float((1024**2) * 4)
},
"storage-tmp": {
"realname": "DATA_TMP",
"download": float(1024**2),
"upload": float((1024**2) * 2)
}
}