Skip to content

Commit

Permalink
Update include/nigiri/routing/search.h
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Gündling <felix.guendling@gmail.com>
  • Loading branch information
jbruechert and felixguendling authored Feb 21, 2024
1 parent b8df517 commit 2f6f405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/nigiri/routing/search.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ struct search {
state_.starts_.clear();
add_start_labels(q_.start_time_, true);

auto processing_start_time = std::chrono::system_clock::now();
auto const processing_start_time = std::chrono::system_clock::now();
auto const is_timeout_reached = [&]() {
if (timeout_) {
return (std::chrono::system_clock::now() - processing_start_time) >=
Expand Down

0 comments on commit 2f6f405

Please sign in to comment.