TaKl/src/main/include/config.h

9 lines
208 B
C

#ifndef DEF_CONFIG_H
#define DEF_CONFIG_H
#define VERSION "1.3.1"
#define MAX_TASK_ID 10000 // max is set to MAX_TASK_ID-1
#define NEW_TASK_ID_MAX_RETRIES 10000 // number of retries before giving up
#endif