1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-25 00:09:40 +02:00

docs(endpoints): deprecate EdgeCheckinInterval [EE-5281] (#8864)

This commit is contained in:
Chaim Lev-Ari 2023-05-04 21:31:57 +07:00 committed by GitHub
parent 2383d243d5
commit d77a0887a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 3 deletions

View file

@ -211,7 +211,7 @@ async function createEnvironment(
PublicURL: options.publicUrl,
GroupID: groupId,
TagIds: arrayToJson(tagIds),
CheckinInterval: options.pollFrequency,
EdgeCheckinInterval: options.pollFrequency,
};
const { tls, azure } = options;