increase interval back to 30 sec

This commit is contained in:
Abhinav 2022-08-05 11:41:03 +05:30
parent 85638acb2b
commit 8839eceb1e

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,