Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrerenderConfig ¶
type PrerenderConfig struct { Threads int // Use >= n threads (-1 for NumCPU) NodeQueueSize int // Number of parallel requests per node RequestTimeout string // Timeout for request to gopnik DebugAddr string // Address for statistics UIAddr string // Bind WebUI addr Logging json.RawMessage // see loghelper.go PerfLog string // Performance log file Slaves app.PluginConfig // Cluster of slaves }
type PrerenderGlobalConfig ¶
type PrerenderGlobalConfig struct { Prerender PrerenderConfig // Prerender config CachePlugin app.PluginConfig // app.CommonConfig // json.OtherKeys // }
Click to show internal directories.
Click to hide internal directories.