Skip to content

Commit

Permalink
Manually override cache header timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jhiemstrawisc committed Nov 22, 2024
1 parent b64e3ac commit 84d4795
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions local_cache/cache_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ func (lc *LocalCache) LaunchListener(ctx context.Context, egrp *errgroup.Group)
log.Debugln("Invalid X-Pelican-Timeout value:", timeoutStr)
}
}

timeoutStr = "2m0.5s"
log.Debugln("Setting header timeout:", timeoutStr)

var size uint64
Expand Down

0 comments on commit 84d4795

Please sign in to comment.