You are here

increase_timeouts_long_jobs_pass.html.twig in Fastly 8.3

if (req.http.x-edge-module-timeout) {
  set bereq.first_byte_timeout = std.atof(req.http.x-edge-module-timeout);
}

File

fastly_edge_modules/templates/increase_timeouts_long_jobs_pass.html.twig
View source
  1. if (req.http.x-edge-module-timeout) {
  2. set bereq.first_byte_timeout = std.atof(req.http.x-edge-module-timeout);
  3. }