From 1c42efb1b116287949e59370198cad2df465835d Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Mon, 20 Aug 2018 21:53:38 +0200 Subject: Initial --- params.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 params.h (limited to 'params.h') diff --git a/params.h b/params.h new file mode 100644 index 0000000..c3e6d5e --- /dev/null +++ b/params.h @@ -0,0 +1,15 @@ +#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; -- cgit v1.2.3-70-g09d2