diff --git a/docs/widgets/authoring/getting-started.md b/docs/widgets/authoring/getting-started.md index 8ce7e1b3a..fbf7b7f03 100644 --- a/docs/widgets/authoring/getting-started.md +++ b/docs/widgets/authoring/getting-started.md @@ -62,3 +62,4 @@ To ensure cohesiveness of various widgets, the following should be used as a gui - Minimize the number of API calls - Avoid the use of custom proxy unless absolutely necessary - Widgets should be 'read-only', as in they should not make write changes using the relevant tool's API. Homepage widgets are designed to surface information, not to be a (usually worse) replacement for the tool itself. +- Widgets should not allow manually overriding the "refresh interval" setting, as misconfigured refresh intervals can easily lead to performance issues for users.