golang.org/x/pkgsite/internal/frontend.Server.taskIDChangeInterval (field)
6 uses
golang.org/x/pkgsite/internal/frontend (current package)
404.go#L114: if fr.status == http.StatusNotFound && time.Since(fr.updatedAt) > s.taskIDChangeInterval {
fetch.go#L192: fr := checkForPath(ctx, db, fullPath, modulePath, requestedVersion, s.taskIDChangeInterval)
fetch.go#L193: log.Debugf(ctx, "initial checkForPath(ctx, db, %q, %q, %q, %d): status=%d, err=%v", fullPath, modulePath, requestedVersion, s.taskIDChangeInterval, fr.status, fr.err)
fetch.go#L209: fr = pollForPath(ctx, db, pollEvery, fullPath, modulePath, requestedVersion, s.taskIDChangeInterval)
server.go#L43: taskIDChangeInterval time.Duration
server.go#L95: taskIDChangeInterval: scfg.TaskIDChangeInterval,
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |