mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Always use single thread by default.
This commit is contained in:
parent
d220bf280e
commit
8c034e5a13
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ SRS_BUILD_TAG= # Set the object files tag name.
|
||||||
SRS_CLEAN=YES # Whether do "make clean" when configure.
|
SRS_CLEAN=YES # Whether do "make clean" when configure.
|
||||||
SRS_SIMULATOR=NO # Whether enable RTC simulate API.
|
SRS_SIMULATOR=NO # Whether enable RTC simulate API.
|
||||||
SRS_GENERATE_OBJS=NO # Whether generate objs and quit.
|
SRS_GENERATE_OBJS=NO # Whether generate objs and quit.
|
||||||
SRS_SINGLE_THREAD=NO # Whether force single thread mode.
|
SRS_SINGLE_THREAD=YES # Whether force single thread mode.
|
||||||
#
|
#
|
||||||
################################################################
|
################################################################
|
||||||
# Performance options.
|
# Performance options.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue