there are only 2 gateways where these objects used in the policy rules
here is from vsec.conf
# delay time between GW update cycles
enforcementUpdateIntervalTime=10
# TTL (mins) for objects expiration on GW in case
# there are no updates from the Controller
enforcementSessionTimeoutInMinutes=10080
autoUpdateIntervalInSeconds=30
# max number of GWs to update concurrently
enforcementThreadPool=5
# Generic Data Center scanner config
ctf.scannerInterval=60
ctf.deleteTemporaryFiles=true
ctf.ignoreInvalidContent=false
ctf.scanningLogsOn=false
ctf.scanFlatListFiles=false
I suppose this parameter ( ctf.scannerInterval=60 ) determines push interval. So it should be 1min.
here is a full timeline from another test:
05/10/24 20:23 - Object changed, 1 IP address (lets say it 192.0.2.2) added
05/10/24 20:38 - Object changed, IP address removed (the same as was added 15min ago, i.e. 192.0.2.2)
05/10/24 20:40 - Changes detected and pushed to gateways but with IP address 192.0.2.2 that was added 17min ago and removed 2 min ago
05/10/24 20:49 - Changes detected and pushed to the gateway with IP address 192.0.2.2 removed
No other Generic Datacenter objects where changed during that period, so no interference from other changes.