Commit b5d79bdc authored by Abiola Ibrahim's avatar Abiola Ibrahim

Markdown: Removed unused constant.

parent 1d3d705a
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment