Only contains the Caching::threshold variable. More...
Variables | |
std::size_t | cur_workers {0} |
gives the current number of asynchronous workers. More... | |
bool | do_cache {false} |
Runtime variable which is true if caching should generally be used. More... | |
std::size_t | max_workers {10} |
sets the maximal number of asynchronous workers. More... | |
std::mutex | mtx_workers |
mutex protecting cur_workers More... | |
std::size_t | threshold {1024 * 1024} |
Runtime variable holding the size in bytes below which objects will not be cached on disk. More... | |
Only contains the Caching::threshold variable.