Go to the documentation of this file. 76 #define PULL_RETRY_PERIOD_MS 1000 77 #define MAX_QUEUE_LENGTH 1023 78 #define MAX_NUM_PROXIES 1024 79 #define CYCLE_PERIOD_NS 100000000 88 #if defined(__WIN32__) 89 # define OMNIEVENTS_LOG_DEFAULT_LOCATION "C:\\omniEvents" 90 #elif defined(__VMS) // What is a good default for VMS? 91 # define OMNIEVENTS_LOG_DEFAULT_LOCATION "[]" 93 # define OMNIEVENTS_LOG_DEFAULT_LOCATION "/var/lib/omniEvents" 100 #define OMNIEVENTS_LOGDIR_ENV_VAR "OMNIEVENTS_LOGDIR" 111 #define OMNIEVENTS_LOG_CHECKPOINT_PERIOD (15*60) 113 #endif // _DEFAULTS_H_