Tracker CAN receiving the config twice from the Particle Cloud?

Hey there,
I’m using a tracker one with the Tracker CAN firmware flashed. I did not modify the firmware.

When I save the config in the cloud console, it seems the device is receiving two times the same call to the function CloudService::dispatchCommand().
Is this normal or should I worry?

Short log:

0011606190 [app] INFO: cloud received: {"cmd":"set_cfg","cfg":{"engine":{"idle":1600,"fastpub":0}}}
(...)
0011606330 [app] INFO: cloud received: {"cmd":"set_cfg","cfg":{"engine":{"idle":1600,"fastpub":0}}}

More complete, but same log:

0011606132 [comm.protocol] TRACE: message id 492 complete with code 0.00
0011606134 [comm.protocol] TRACE: rcv'd message type=13
0011606190 [comm.protocol] TRACE: rcv'd message type=2
0011606190 [app] INFO: cloud received: {"cmd":"set_cfg","cfg":{"engine":{"idle":1600,"fastpub":0}}}
0011606291 [comm.protocol] TRACE: Reply recieved: type=2, code=0
0011606293 [comm.protocol] TRACE: message id 493 complete with code 0.00
0011606293 [comm.protocol] TRACE: rcv'd message type=13
0011606330 [comm.protocol] TRACE: rcv'd message type=2
0011606330 [app] INFO: cloud received: {"cmd":"set_cfg","cfg":{"engine":{"idle":1600,"fastpub":0}}}
0011606369 [comm.protocol] TRACE: Reply recieved: type=2, code=0
0011606369 [comm.protocol] TRACE: message id 494 complete with code 0.00
0011606369 [comm.protocol] TRACE: rcv'd message type=13
0011606528 [comm.protocol] TRACE: Reply recieved: type=2, code=0

This happens for other settings when the cloud updates them (geofence, tracker, RGB, etc, no only with engine).

This is how I save the config:

Thanks