Comment global variables

This commit is contained in:
Zlatko Čalušić 2017-10-25 18:14:07 +02:00
parent b213d2a274
commit 9b89df0842
2 changed files with 3 additions and 0 deletions

View file

@ -34,6 +34,7 @@ import (
"time"
)
// CheckInterval represents how often we check for changes in htpasswd file.
const CheckInterval = 30 * time.Second
// Lookup passwords in a htpasswd file. The entries must have been created with -s for SHA encryption.