From 25981971bca1fd4ee42033f486821e29d5d1da5b Mon Sep 17 00:00:00 2001 From: Junior Martinez Date: Fri, 12 Jan 2024 19:36:34 +0000 Subject: [PATCH] Pull request #1484: [MATTER-2975] reduce the interval between thread poll from 30s to 5s while in IdleMode Merge in WMN_TOOLS/matter from light_sw_icd_config to RC_2.3.0-1.3 Squashed commit of the following: commit 6a1818509ca435371af910c217fa8f659a498ef2 Author: Junior Martinez <67972863+jmartinez-silabs@users.noreply.github.com> Date: Thu Jan 11 19:08:10 2024 -0500 reduce the interval between thread poll from 30s to 5s while in IdleMode --- examples/light-switch-app/silabs/openthread.gni | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/light-switch-app/silabs/openthread.gni b/examples/light-switch-app/silabs/openthread.gni index 17cc5885460379..9f961c04aef717 100644 --- a/examples/light-switch-app/silabs/openthread.gni +++ b/examples/light-switch-app/silabs/openthread.gni @@ -31,7 +31,7 @@ chip_subscription_timeout_resumption = false sl_use_subscription_synching = true # Openthread Configuration flags -sl_ot_idle_interval_ms = 15000 # 15s Idle Intervals +sl_ot_idle_interval_ms = 5000 # 5s Idle Intervals sl_ot_active_interval_ms = 500 # 500ms Active Intervals # ICD Matter Configuration flags