mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-19 09:05:41 +03:00
Markdown: Removed unused constant.
This commit is contained in:
parent
1d3d705aae
commit
b5d79bdccc
1 changed files with 1 additions and 4 deletions
|
@ -2,10 +2,7 @@ package markdown
|
||||||
|
|
||||||
import "time"
|
import "time"
|
||||||
|
|
||||||
const (
|
const DefaultInterval = time.Second * 60
|
||||||
DefaultInterval = time.Second * 60
|
|
||||||
DevInterval = time.Second * 1
|
|
||||||
)
|
|
||||||
|
|
||||||
// Watch monitors the configured markdown directory for changes. It calls GenerateLinks
|
// Watch monitors the configured markdown directory for changes. It calls GenerateLinks
|
||||||
// when there are changes.
|
// when there are changes.
|
||||||
|
|
Loading…
Reference in a new issue