ilumos

Results 14 comments of ilumos

What's the latest on this? I've just switched to the PDO storage driver, as using headers is getting too large for Nginx, and the file driver is creating so many...

I too am interested in this, having not yet looked at how Laravel 5 "decides" you should structure your app.

Looks like other endpoints sometimes return empty responses too: https://github.com/syntaxerrors/Steam/pull/121 Where would be a good place to check for an empty response and throw an exception?

Created ticket on Nginx's bug tracking system: https://trac.nginx.org/nginx/ticket/1200

Hi there! Yes it would no doubt be great to know which depot IDs are used by which Steam apps, but unfortunately, that data is not easily accessible. Steamdb.info has...

Hey there. Yes I'll update it when I get a chance, adding Epic and removing EA. Thanks for your interest!

Yep, just add the app you want to update to the queue and start the download. The part of the app that is already cached in your lancache will download...

Sure, put it in as a new feature request issue :) On Wed, 1 Sept 2021 at 22:51, SamTV12345 ***@***.***> wrote: > Thank you for your reply. That would be...

Hi, thanks for reporting. Try adding `proxy_hide_header Etag;` in `upstreams/blizzard.conf` in the `location {}` directive, clear the cache using `scripts/clear-cache.sh` and see if that results in better speed / no...

I expect it is related to using [`slice`](https://www.nginx.com/blog/smart-efficient-byte-range-caching-nginx/#cache-slice) but I do not know the best way to go about tuning this. Perhaps try increasing or decreasing `slice 1m` and re-test?...