mirror of
https://github.com/MHA-Team/PTS-Team.git
synced 2026-02-07 07:32:12 +00:00
Normal move 730gb limit counter does not reset #25
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @3daystoday on GitHub.
I'm running PTS with normal move which have a counter upload counter set to 730gb, after that it pauses the upload. The problem is that the counter does not reset after 24h.
I'm normally at about 150-200gb upload per day, so after a few days I get the message that the upload have paused due to the limit. So i manually have to restart the uploader container to get it going again.
@HawksRepos commented on GitHub:
This was fixed yesterday by PhysK (18 hours ago). You just nee dot wait for ouroboros to update the docker.
4c92e8ee43 (6e72f432d97d5ce12c961b609b08c1b8fa2cfd18)@physk commented on GitHub:
So basically,
integer expression expected -
I forgot to get the script to get it to remove the file, so on every loop it was trying to take the amount off of the total uploaded amount
upload not resetting -
same issue as above, as it was failing to do the math, it wasn't updating the total uploaded amount.
Once the container has updated. it will take about 24 hrs to settle down properly.
or you can
rm -fr /opt/appdata/uploader/vars/gdrive/*to reset all the files :)