summaryrefslogtreecommitdiff
path: root/plugins/jobs/broker/beanstalk/constants.go
blob: 84be305ebd5672ae83efc82bc9425ad6ca30cd75 (plain)
1
2
3
4
5
6
package beanstalk

import "time"

// WatchThrottleLimit is used to limit reconnection occurrence in watch function
const WatchThrottleLimit = time.Second