1 devlog
3h 55m 32s
A temporary file host with a generous max size.
A temporary file host with a generous max size.
Created a “fuel tank” like quota system, where uploading files uses up available quota, and quota slowly refills at a constant rate.
1GB Maximim quota, refills at 100mb/hour. 10 hours to go from 0b to 1GB
Remaining quota is calculated lazily when needed, there is no interval to recalculate quota, its only calculated on request (good for efficiency
)
Log in to leave a comment