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:
parent
2383d243d5
commit
d77a0887a7
2 changed files with 7 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue