Arachne 1.0
Arachne - the perpetual stitcher of Wikidata entities.
Loading...
Searching...
No Matches
anonymous_namespace{main.cpp}::configuration Struct Referencefinal

Public Attributes

fs::path file
json document
fs::path queue
std::optional< fs::path > legacy_inbox
std::vector< fs::path > protected_legacy_inboxes
fs::path ledger
fs::path graph_store
fs::path artifact_store
fs::path lock_root
fs::path viewer_templates
fs::path site_output
std::uintmax_t submission_max_bytes = 64U * 1024U * 1024U
std::chrono::seconds product_lock_stale { 21'600 }
std::chrono::seconds candidate_lock_stale { 21'600 }

Detailed Description

Definition at line 295 of file main.cpp.

Member Data Documentation

◆ artifact_store

fs::path anonymous_namespace{main.cpp}::configuration::artifact_store

Definition at line 303 of file main.cpp.

◆ candidate_lock_stale

std::chrono::seconds anonymous_namespace{main.cpp}::configuration::candidate_lock_stale { 21'600 }

Definition at line 309 of file main.cpp.

309{ 21'600 };

◆ document

json anonymous_namespace{main.cpp}::configuration::document

Definition at line 297 of file main.cpp.

◆ file

fs::path anonymous_namespace{main.cpp}::configuration::file

Definition at line 296 of file main.cpp.

◆ graph_store

fs::path anonymous_namespace{main.cpp}::configuration::graph_store

Definition at line 302 of file main.cpp.

◆ ledger

fs::path anonymous_namespace{main.cpp}::configuration::ledger

Definition at line 301 of file main.cpp.

◆ legacy_inbox

std::optional< fs::path > anonymous_namespace{main.cpp}::configuration::legacy_inbox

Definition at line 299 of file main.cpp.

◆ lock_root

fs::path anonymous_namespace{main.cpp}::configuration::lock_root

Definition at line 304 of file main.cpp.

◆ product_lock_stale

std::chrono::seconds anonymous_namespace{main.cpp}::configuration::product_lock_stale { 21'600 }

Definition at line 308 of file main.cpp.

308{ 21'600 };

◆ protected_legacy_inboxes

std::vector< fs::path > anonymous_namespace{main.cpp}::configuration::protected_legacy_inboxes

Definition at line 300 of file main.cpp.

◆ queue

fs::path anonymous_namespace{main.cpp}::configuration::queue

Definition at line 298 of file main.cpp.

◆ site_output

fs::path anonymous_namespace{main.cpp}::configuration::site_output

Definition at line 306 of file main.cpp.

◆ submission_max_bytes

std::uintmax_t anonymous_namespace{main.cpp}::configuration::submission_max_bytes = 64U * 1024U * 1024U

Definition at line 307 of file main.cpp.

Referenced by anonymous_namespace{main.cpp}::command_intake().

◆ viewer_templates

fs::path anonymous_namespace{main.cpp}::configuration::viewer_templates

Definition at line 305 of file main.cpp.


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