increase interval to 30 sec

This commit is contained in:
Abhinav 2022-08-03 09:27:39 +05:30
parent 730341362e
commit c551407529

View file

@ -2,7 +2,7 @@ import { JobConfig } from 'types/common/job';
import { MLSearchConfig, MLSyncConfig } from 'types/machineLearning';
export const DEFAULT_ML_SYNC_JOB_CONFIG: JobConfig = {
intervalSec: 5,
intervalSec: 30,
// TODO: finalize this after seeing effects on and from machine sleep
maxItervalSec: 960,
backoffMultiplier: 2,