Reading that again, I'm having second thoughts. The request.dynamic()
operator is not the most elegant idea for your special requests,
because it will actively poll your system for timed requests. Instead,
it'd be better to use a simple request.queue() in which you push files
only when needed.

Reply via email to