1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-15 04:42:04 +00:00

Log: Support large log for RTC SDP.

This commit is contained in:
winlin 2020-07-12 19:52:03 +08:00
parent b20a68ad68
commit 041abe43fa
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@
#include <srs_kernel_utility.hpp>
// the max size of a line of log.
#define LOG_MAX_SIZE 4096
#define LOG_MAX_SIZE 8192
// the tail append to each log.
#define LOG_TAIL '\n'

View file

@ -33,7 +33,7 @@ using namespace std;
#include <srs_kernel_utility.hpp>
#include <srs_protocol_utility.hpp>
#define SRS_BASIC_LOG_SIZE 1024
#define SRS_BASIC_LOG_SIZE 8192
SrsThreadContext::SrsThreadContext()
{