From 5794d53ebb9179c895de6378c56d8ab3620baf11 Mon Sep 17 00:00:00 2001 From: Abhinav Date: Thu, 9 Feb 2023 18:39:11 +0530 Subject: [PATCH] reset batch wait time to 30secc --- src/constants/machineLearning/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/machineLearning/config.ts b/src/constants/machineLearning/config.ts index 4706d4efa..63d1b8376 100644 --- a/src/constants/machineLearning/config.ts +++ b/src/constants/machineLearning/config.ts @@ -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,