Decrease stub license job interval

This commit is contained in:
Taras Kushnir
2025-08-18 12:08:38 +03:00
parent 665431a621
commit bc556d627f

View File

@@ -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 {