1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-10-05 19:18:01 +08:00
ULib/tests/examples/benchmark/benchmarking.cfg
2015-05-28 19:04:25 +02:00

28 lines
500 B
INI

userver {
PORT 8080
LISTEN_BACKLOG 1024
DOCUMENT_ROOT benchmark/docroot
PID_FILE benchmark/userver_tcp.pid
## MIN_SIZE_FOR_SENDFILE 78k
# LOG_FILE ../benchmarking.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
## DOS attack
# REQ_TIMEOUT 5
# MAX_KEEP_ALIVE 50
# PREFORK_CHILD 0
}
http {
## CACHE_FILE_MASK _off_
CACHE_FILE_MASK *.html|*.swf
}