reset batch wait time to 30secc

This commit is contained in:
Abhinav 2023-02-09 18:39:11 +05:30
parent 348a22e191
commit 5794d53ebb

View file

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