diff --git a/mdtest/main.go b/mdtest/main.go index 4e3994a6..13ce83c4 100644 --- a/mdtest/main.go +++ b/mdtest/main.go @@ -58,6 +58,11 @@ func main() { } if *requestFullSync { store.DeviceProps.RequireFullSync = proto.Bool(true) + store.DeviceProps.HistorySyncConfig = &waProto.DeviceProps_HistorySyncConfig{ + FullSyncDaysLimit: proto.Uint32(3650), + FullSyncSizeMbLimit: proto.Uint32(102400), + StorageQuotaMb: proto.Uint32(102400), + } } log = waLog.Stdout("Main", logLevel, true)