taskcluster / unified-logviewer

Mozilla Public License 2.0
2 stars 5 forks source link

Allow using asText=true to skip downloading a log as an arraybuffer #13

Closed eliperelman closed 7 years ago

eliperelman commented 7 years ago

With asText=true, the logviewer skips trying to download a log as an arraybuffer for 10 seconds and then failing, which is the case for live logs (streamed content). This is not on by default; rather it is up to the requestor to determine whether this should be switched on for a particular endpoint.