All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ngo-xoom-server.1.3.0.source-code.vlingo-http.properties Maven / Gradle / Ivy

Go to download

The vlingo/xoom server provides a JVM microframework for the vlingo/PLATFORM that helps in building high-performance reactive microservices.

The newest version!
# Copyright 2012-2018 Vaughn Vernon
#
# This Source Code Form is subject to the terms of the
# Mozilla Public License, v. 2.0. If a copy of the MPL
# was not distributed with this file, You can obtain
# one at https://mozilla.org/MPL/2.0/.

# vlingo/http properties

#=====================================
# server
#=====================================

server.http.port = 8080
server.dispatcher.pool = 10
server.buffer.pool.size = 100
server.message.buffer.size = 65535
server.probe.interval = 3
server.probe.timeout = 1
server.processor.pool.size = 10
server.request.missing.content.timeout = 100


static.files.resource.pool = 5
static.files.resource.root = /content
static.files.resource.subpaths = [/, /css, /js, /views]




© 2015 - 2025 Weber Informatics LLC | Privacy Policy