minor tweaks

This commit is contained in:
A.J. Ruckman
2018-10-20 12:58:39 -04:00
committed by hmage
parent 50d2c0a8d3
commit b3840b5790
4 changed files with 16 additions and 17 deletions

View File

@@ -22,9 +22,9 @@ import (
)
const defaultCacheSize = 64 * 1024 // in number of elements
const defaultCacheTime time.Duration = 30 * time.Minute
const defaultCacheTime = 30 * time.Minute
const defaultHTTPTimeout time.Duration = 5 * time.Minute
const defaultHTTPTimeout = 5 * time.Minute
const defaultHTTPMaxIdleConnections = 100
const defaultSafebrowsingServer = "sb.adtidy.org"