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:
parent
b20a68ad68
commit
041abe43fa
2 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
|
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue