addyosmani / basket.js

A script and resource loader for caching & loading files with localStorage
http://addyosmani.github.com/basket.js
MIT License
3.36k stars 276 forks source link

Network throttle #164

Open rr4 opened 8 years ago

rr4 commented 8 years ago

Hi, noticed that throttling network on chrome @ 250kb/s fails to load assets. Any ideas how to handle it?

frankinedinburgh commented 7 years ago

try set basket.timeout = 300000; or a number higher than 5000