Skip to content

Commit

Permalink
disable filling based on 3d-beacon requests
Browse files Browse the repository at this point in the history
  • Loading branch information
mhekkel committed Jan 15, 2024
1 parent 7bee38a commit 86fd6da
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -899,8 +899,9 @@ zeep::json::element affd_rest_controller::get_aff_3d_beacon(std::string af_id, s

if (not fs::exists(file))
{
auto &data_service = data_service::instance();
data_service.queue_3d_beacon_request(id);
// Disabled due to too many requests
// auto &data_service = data_service::instance();
// data_service.queue_3d_beacon_request(id);

throw zeep::http::not_found;
}
Expand Down

0 comments on commit 86fd6da

Please sign in to comment.