mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
logger: reduce memory usage, by limiting the nr of added topics to 64 (was 128)
This commit is contained in:
parent
78d357cb0c
commit
0fb0f17ccb
@ -186,7 +186,7 @@ private:
|
||||
*/
|
||||
bool get_log_time(struct tm *tt, bool boot_time = false);
|
||||
|
||||
static constexpr size_t MAX_TOPICS_NUM = 128; /**< Maximum number of logged topics */
|
||||
static constexpr size_t MAX_TOPICS_NUM = 64; /**< Maximum number of logged topics */
|
||||
static constexpr unsigned MAX_NO_LOGFOLDER = 999; /**< Maximum number of log dirs */
|
||||
static constexpr unsigned MAX_NO_LOGFILE = 999; /**< Maximum number of log files */
|
||||
#ifdef __PX4_POSIX_EAGLE
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user