google.golang.org/api/support/bundler.Bundler.DelayThreshold (field)

10 uses

	google.golang.org/api/support/bundler (current package)
		bundler.go#L60: 	DelayThreshold time.Duration
		bundler.go#L145: 		DelayThreshold:       DefaultDelayThreshold,
		bundler.go#L288: 		b.flushTimer = time.AfterFunc(b.DelayThreshold, b.tryHandleBundles)

	cloud.google.com/go/errorreporting
		errors.go#L126: 	bundler.DelayThreshold = 2 * time.Second

	cloud.google.com/go/logging
		logging.go#L357: func (d delayThreshold) set(l *Logger) { l.bundler.DelayThreshold = time.Duration(d) }
		logging.go#L444: 	l.bundler.DelayThreshold = DefaultDelayThreshold

	contrib.go.opencensus.io/exporter/stackdriver
		stats.go#L129: 		e.viewDataBundler.DelayThreshold = delayThreshold
		stats.go#L130: 		e.metricsBundler.DelayThreshold = delayThreshold
		trace.go#L73: 		b.DelayThreshold = o.BundleDelayThreshold
		trace.go#L75: 		b.DelayThreshold = 2 * time.Second