mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-03-14 08:16:45 +00:00
Remove GOT retries on state poll
The state poll already has retry implementation, making the GOT default unnecessary. Change-type: patch
This commit is contained in:
parent
bdbc6a4ba4
commit
ae337a1dd7
@ -121,6 +121,7 @@ export const update = async (
|
||||
const got = await getGotInstance();
|
||||
|
||||
const { statusCode, headers, body } = await got(endpoint, {
|
||||
retry: { limit: 0 },
|
||||
agent: {
|
||||
https: new Agent({
|
||||
keepAlive: true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user