diff --git a/pkg/uhttp/dbcache.go b/pkg/uhttp/dbcache.go index 493aa921..2e0d18db 100644 --- a/pkg/uhttp/dbcache.go +++ b/pkg/uhttp/dbcache.go @@ -81,6 +81,7 @@ var defaultWaitDuration = cacheTTLThreshold * time.Second // Default Cleanup int const tableName = "http_cache" +// TODO (ggreer): obey c1z-temp-dir CLI arg or environment variable func NewDBCache(ctx context.Context, cfg CacheConfig) (*DBCache, error) { var ( err error