The SWC-DB Broker Filesystem - Configuration Properties
The SWC-DB Broker Filesystem Library can be configured with these configuration properties.
-
swc.fs.broker.cfg.dyn
STRINGS
The Dynamic cfg-file to use. Config Handler will check & reload this cfg-file by swc.cfg.dyn.period
defaultswc.fs.broker.cfg.dyn=
-
swc.fs.broker.host
STRING
The FsBroker host (default by hostname resolution).
defaultswc.fs.broker.host=
-
swc.fs.broker.port
INT16
The FsBroker port.
defaultswc.fs.broker.port=17000
-
swc.fs.broker.handlers
INT32
The Handlers for broker tasks.
defaultswc.fs.broker.handlers=48
The configuration properties applicable for dynamic reloading
-
swc.fs.broker.fds.max
G_INT32
The Max Open File Descriptors for the option of not closing, Condition dependable by the Program using the filesystem.
defaultswc.fs.broker.fds.max=256
-
swc.fs.broker.timeout
G_INT32
The Default request timeout in milliseconds.
defaultswc.fs.broker.timeout=120000
-
swc.fs.broker.timeout.bytes.ratio
G_INT32
The Timeout ratio to bytes,bytes / ratio = milliseconds
added toswc.fs.broker.timeout
(default timeout).
defaultswc.fs.broker.timeout.bytes.ratio=1000
-
swc.fs.broker.comm.encoder
G_ENUM
The encoding to use in communication with FsBroker, options PLAIN/ZSTD/SNAPPY/ZLIB.If address of local & remote is the same, the Encoder is set to PLAIN.
default
swc.fs.broker.comm.encoder=ZSTD