summaryrefslogtreecommitdiff
path: root/params.h
blob: 74c3db6e3f03bd03be8fdfd3feda6a4bddfbec4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#pragma once


// Actual variable needs to be const as well to enable C++ default-internal linkage
const char *const matchcachedir = "comp_cache";
const char *const playerlogdir = "comp_playerlogs";
const char *const gamelogdir = "comp_gamelogs";

const int num_threads = 2;

const int num_matches = 5;
const int timeout_msec = 60000;

const bool multilog_fancy = true;
const bool referee_verbose = false;
const bool scheduler_verbose = false;