mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-26 21:51:02 +03:00
parent
8731d88222
commit
6cd0784e44
33 changed files with 1033 additions and 148 deletions
1
cache/httpcache/httpcache.go
vendored
1
cache/httpcache/httpcache.go
vendored
|
@ -83,7 +83,6 @@ func (c *Config) Compile() (ConfigCompiled, error) {
|
|||
}
|
||||
|
||||
// PollConfig holds the configuration for polling remote resources to detect changes in watch mode.
|
||||
// TODO1 make sure this enabled only in watch mode.
|
||||
type PollConfig struct {
|
||||
// What remote resources to apply this configuration to.
|
||||
For GlobMatcher
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue