impress/app
Matchu b885ff6ac0 Increase timeout on modeling
Okay so… I'm worried about this because of Rails whole single-threaded situation, which doesn't really let it handle blocking on external network requests very well.

Ultimately I think we're gonna have to do a clever thing but idk quite what?

I should look into whether like, puma + the new async stuff can enable Rails to be more tolerable about this, and handle a few requests at once, instead of having to have the Neopia server doing it. (Right now, the Neopia server isn't really doing its job quite right, because it depends on the Rails app being *local* to send stuff to it.)

But for now, let's just extend the timeout, cuz it's basically always getting hit in production—because there's currently no other way to do modeling, oops lol
2023-10-23 19:05:10 -07:00
..
assets Add the Pardon Our Dust page 2023-10-23 19:05:09 -07:00
controllers Increase timeout on modeling 2023-10-23 19:05:10 -07:00
helpers Add the Pardon Our Dust page 2023-10-23 19:05:09 -07:00
javascript Fix typography on wardrobe 2020 page 2023-10-23 19:05:09 -07:00
mailers donation mailer 2014-09-10 14:32:54 -05:00
models Fix SWF downloads in modeling 2023-10-23 19:05:10 -07:00
views Add the Pardon Our Dust page 2023-10-23 19:05:09 -07:00