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-02-19 20:11:27 +01:00

17 lines
422 B
INI

userver {
PORT 8080
PREFORK_CHILD 8
LISTEN_BACKLOG 16384
# CLIENT_FOR_PARALLELIZATION 1
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
}