Changing update interval of asset tracker v2 application

I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the nRF Cloud. I have adjusted the KConfig setting such that the default value for DATA_ACTIVE_TIMEOUT_SECONDS is 30 inside the Kconfig.data_module file. However, what the device seems to be doing is sampling data every 30 seconds, but only publishing it to nRF Cloud once every 2 minutes.

I have also tried changing the activeWaitTime setting on the nRF Cloud portal to 30 with a similar lack of effect.

Does anyone have any additional information about this? Thanks!

Related