diff --git a/lib/defines.h b/lib/defines.h index b034336f..e9d5c40e 100644 --- a/lib/defines.h +++ b/lib/defines.h @@ -71,11 +71,8 @@ static const char * DBG_LVL_LIST[] = {"NONE", "FAIL", "ERROR", "WARN", "INFO", " #define INPUT_TIMEOUT STATS_DELAY #endif -/// The size used for stream header pages under Windows, where they cannot be size-detected. -#define DEFAULT_META_PAGE_SIZE 16 * 1024 * 1024 - -/// The size used for stream header pages under Windows, where they cannot be size-detected. -#define DEFAULT_STRM_PAGE_SIZE 4 * 1024 * 1024 +/// The size used for stream headers for live streams +#define DEFAULT_STRM_PAGE_SIZE 16 * 1024 * 1024 /// The size used for stream data pages under Windows, where they cannot be size-detected. #define DEFAULT_DATA_PAGE_SIZE SHM_DATASIZE * 1024 * 1024