mirror of
https://github.com/PrivateCaptcha/PrivateCaptcha.git
synced 2026-02-10 15:59:21 -06:00
Decrease stub license job interval
This commit is contained in:
@@ -26,7 +26,7 @@ func (j *checkLicenseNoopJob) NewParams() any {
|
||||
}
|
||||
|
||||
func (j *checkLicenseNoopJob) Interval() time.Duration {
|
||||
return 365 * 24 * time.Hour
|
||||
return 1 * time.Hour
|
||||
}
|
||||
|
||||
func (j *checkLicenseNoopJob) Jitter() time.Duration {
|
||||
|
||||
Reference in New Issue
Block a user