Searched refs:MAX_LOG_TRUNK_SIZE (Results 1 – 2 of 2) sorted by relevance
131 #define MAX_LOG_TRUNK_SIZE 8192 macro155 char log_buf[MAX_LOG_TRUNK_SIZE + 1];
1450 len = slen >= MAX_LOG_TRUNK_SIZE ? MAX_LOG_TRUNK_SIZE : slen; in worker_main_send_log()
Completed in 7 milliseconds