updater: skip host deltas

This commit is contained in:
Ducko 2022-12-11 12:35:40 +00:00
parent 9582d79109
commit 78b49c092c
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ const initNew = async (inst) => {
toSend = -1;
const retryOptions = {
skip_host_delta: false,
skip_host_delta: true,
skip_module_delta: {}
};