summaryrefslogtreecommitdiff
path: root/params.h
blob: 3caff86bf49e411d5236abbf9c64f6e8cc11da7a (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 = 5000;

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