Persist sliding-sync state; mitigate initial-sync.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -341,6 +341,11 @@ pub(super) static MAPS: &[Descriptor] = &[
|
||||
name: "userdeviceid_metadata",
|
||||
..descriptor::RANDOM_SMALL
|
||||
},
|
||||
Descriptor {
|
||||
name: "userdeviceconnid_conn",
|
||||
block_size: 1024 * 16,
|
||||
..descriptor::RANDOM_SMALL
|
||||
},
|
||||
Descriptor {
|
||||
name: "userdeviceid_refresh",
|
||||
..descriptor::RANDOM_SMALL
|
||||
|
||||
Reference in New Issue
Block a user