1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-13 03:41:55 +00:00
This commit is contained in:
winlin 2020-10-31 21:19:41 +08:00
parent e830ca7d0c
commit e71d770a26

View file

@ -1,5 +1,5 @@
/*
g++ huge-threads.cpp ../../objs/st/libst.a -g -O0 -DLINUX -o huge-threads && ./huge-threads 32756
g++ huge-threads.cpp ../../objs/st/libst.a -g -O0 -o huge-threads && ./huge-threads 60000
*/
#include <stdio.h>
#include <stdlib.h>