bandwidth-throttle / token-bucket

Implementation of the Token Bucket algorithm in PHP.
Do What The F*ck You Want To Public License
503 stars 77 forks source link

Fix File Storage not working on Windows #27

Closed emmanuelmahove closed 8 months ago

emmanuelmahove commented 2 years ago

Opening bucket in bootstrap method causes fwrite to fail with error: write of 8 bytes failed with errno=13 Permission denied

https://github.com/bandwidth-throttle/token-bucket/issues/21