Documentation
¶
Overview ¶
Package server
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configuration ¶
type Configuration struct {
CertificateCrtFile string // Server CRT file path
CertificateKeyFile string // Server Key file path
ClientCAFile string // Client CA file path
// Hydra settings
HydraServerPort int // the port where the hydra server listens
HydraMaxMessageSize int // the maximum message size in bytes
DefaultCloseAfterIdle int64 // the default close after idle time in seconds
DefaultWriteInterval int64 // the default write interval time in seconds
DefaultFileSize int64 // the default file size in bytes
SystemResourceLogging bool // if true, the system resource usage is logged
// UseV2Engine enables the new append-only V2 storage engine.
// V2 is significantly faster (32-112x) and uses less storage (50%).
UseV2Engine bool
// TelemetryEnabled enables real-time telemetry collection for the observe command.
TelemetryEnabled bool
}
Click to show internal directories.
Click to hide internal directories.