const go.etcd.io/bbolt.flockRetryTimeout
3 uses
go.etcd.io/bbolt (current package)
bolt_unix.go#L35: if timeout != 0 && time.Since(t) > timeout-flockRetryTimeout {
bolt_unix.go#L40: time.Sleep(flockRetryTimeout)
db.go#L44: const flockRetryTimeout = 50 * time.Millisecond
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)