impress-2020/src/server/types
Matchu 8b3c256a5c Time out manifest requests after 2sec
We do a thing where we sometimes proactively update an appearance layer's manifest from images.neopets.com when it's been a while since the last time, _during_ user requests.

But when images.neopets.com is being slow, this makes our API requests about appearances super slow, too!

In this change, we add a 2-second timeout to those requests. That should be plenty for when images.neopets.com is in a good mood, but also give up fast enough for the site to not feel miserable lol :p (especially when the use "Use DTI's image archive" option is on!)
2022-10-13 17:00:21 -07:00
..
AppearanceLayer.js Time out manifest requests after 2sec 2022-10-13 17:00:21 -07:00
ClosetList.js Closet list dropdowns on item page 2021-11-30 16:36:00 -08:00
Item.js Modeling page performance fix 2022-10-10 20:15:16 -07:00
MutationsForSupport.js Use HTTPS for images.neopets.com and pets.neopets.com 2022-08-03 14:36:07 -07:00
Outfit.js Add Delete button for outfits 2022-08-15 20:23:17 -07:00
Pet.js Auto-modeling script?? 2022-10-11 11:13:10 -07:00
PetAppearance.js Auto-modeling script?? 2022-10-11 11:13:10 -07:00
User.js Account creation is ready! 2022-09-13 21:11:48 -07:00
Zone.js Use ES module syntax in backend instead of require 2021-02-02 22:26:55 -08:00