1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
ULib/tests/examples/benchmark/FrameworkBenchmarks/fbenchmark.cfg
2015-06-01 15:20:33 +02:00

17 lines
408 B
INI

userver {
PORT 8080
PREFORK_CHILD 4
TCP_LINGER_SET 0
LISTEN_BACKLOG 256
DOCUMENT_ROOT benchmark/FrameworkBenchmarks/ULib/www
PID_FILE benchmark/FrameworkBenchmarks/ULib/userver_tcp.pid
# LOG_FILE ../../benchmark.log
# LOG_FILE_SZ 50M
# LOG_MSG_SIZE -1
PLUGIN_DIR ../../../../../../src/ulib/net/server/plugin/.libs
ORM_DRIVER_DIR ../../../../../../src/ulib/orm/driver/.libs
}