decrease ml sync gap interval to 5 sec

This commit is contained in:
Abhinav 2022-04-12 15:43:21 +05:30
parent 6e0a1e9d88
commit 9fbbf0095e

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: 30,
intervalSec: 5,
// TODO: finalize this after seeing effects on and from machine sleep
maxItervalSec: 960,
backoffMultiplier: 2,