mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-01 00:23:48 +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"
|
||||
|
||||
const (
|
||||
DefaultInterval = time.Second * 60
|
||||
DevInterval = time.Second * 1
|
||||
)
|
||||
const DefaultInterval = time.Second * 60
|
||||
|
||||
// Watch monitors the configured markdown directory for changes. It calls GenerateLinks
|
||||
// when there are changes.
|
||||
|
|
Loading…
Reference in a new issue