Documentation ¶
Overview ¶
Package psconfig contains the configuration of the path server.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
DefaultQueryInterval = 5 * time.Minute
)
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // SegSync enables the "old" replication of down segments between cores, // using SegSync messages. SegSync bool PathDB string // contains filtered or unexported fields }
func (*Config) InitDefaults ¶
func (c *Config) InitDefaults()
func (*Config) QueryInterval ¶
Click to show internal directories.
Click to hide internal directories.