Skip to content

Commit

Permalink
Add TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreer committed Nov 8, 2024
1 parent 5756e76 commit 82ace9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/uhttp/dbcache.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 82ace9a

Please sign in to comment.