User reported:
if I do an update with a timestamp just a few minutes after the previous update I still get a ~323kb blob and the error failed to update network graph with rapid gossip sync data: LightningError: LightningError { err: "Update had same timestamp as last processed update", action: IgnoreDuplicateGossip }
It seems we should be returning a dummy update if we get a request for the last generation timestamp. Also, this shouldn't be an error but that's a rust-lightning issue.