[][src]Static places::storage::history::DELETION_HIGH_WATER_MARK_META_KEY

static DELETION_HIGH_WATER_MARK_META_KEY: &str

When delete_everything is called (to perform a permanent local deletion), in addition to performing the deletion as requested, we make a note of the time when it occurred, and refuse to sync incoming visits from before this time.

This allows us to avoid these visits trickling back in as other devices add visits to them remotely.