Skip to content

Commit

Permalink
fix: bigger timeout for Made Near Me generation #6789 (#6790)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanegigandet authored May 20, 2022
1 parent 47c055e commit a791c75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/generate_madenearme_page.pl
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@

$request_ref->{map_options} = $map_options{$cc} || "";

# Need a big timeout to fetch all products
$mongodb_timeout_ms = 1000 * 60 * 5;

my $map_html = search_and_map_products($request_ref, $query_ref, $graph_ref);


Expand Down

0 comments on commit a791c75

Please sign in to comment.