Setting parameters by force

Hi all

As I mentioned in another thread, sometimes some parameters are desynchronized between CPE and ASC. When the conditions are met, I want to make sure a parameter is pushed, no matter what. So here comes the question:

should I clear() it before trying to send it or should I read (refresh) it ? If both ways work, which one should be the faster ?

thanks in advance.

I would imagine that a clear of a specific path and then a set would be faster. If you are clearing an entire tree, it will be slower as the ACS will need to do a GPN. But if its just a param, it should be faster because there won’t be two requests to the CPE. One to do the GPV, one to SPV.

-dan

1 Like