Arachne 1.0
Arachne - the perpetual stitcher of Wikidata entities.
Loading...
Searching...
No Matches
corespace::wdqs_options Struct Reference

Options specific to WDQS usage and heuristics. More...

#include <include/utils.hpp>

Public Attributes

std::size_t length_threshold = 1800
int timeout_sec = 60
std::string accept_override

Detailed Description

Options specific to WDQS usage and heuristics.

  • length_threshold: query length above which POST is preferred.
  • timeout_sec: per-request timeout in seconds.
  • accept_override: optional runtime Accept header override.

Definition at line 249 of file utils.hpp.

Member Data Documentation

◆ accept_override

std::string corespace::wdqs_options::accept_override

Definition at line 252 of file utils.hpp.

◆ length_threshold

std::size_t corespace::wdqs_options::length_threshold = 1800

Definition at line 250 of file utils.hpp.

Referenced by arachnespace::pheidippides::build_call_preview().

◆ timeout_sec

int corespace::wdqs_options::timeout_sec = 60

Definition at line 251 of file utils.hpp.

Referenced by arachnespace::pheidippides::build_call_preview().


The documentation for this struct was generated from the following file: