[kbnClient] retry updating config if necessary (#83205)

Co-authored-by: spalger <spalger@users.noreply.github.com>
This commit is contained in:
Spencer 2020-11-11 14:51:10 -07:00 committed by GitHub
parent 3d665ef7b2
commit 5e06f43adf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -102,6 +102,7 @@ export class KbnClientUiSettings {
body: {
changes: updates,
},
retries: 3,
});
}