1
0
mirror of synced 2025-12-19 18:10:59 -05:00
Files
docs/content/admin/configuration/configuring-your-enterprise/configuring-applications.md
2023-06-23 10:45:10 -07:00

3.2 KiB

title, intro, redirect_from, versions, type, topics
title intro redirect_from versions type topics
Configuring applications You can configure internal application settings for {% data variables.location.product_location %}.
/enterprise/admin/installation/configuring-applications
/enterprise/admin/configuration/configuring-applications
/admin/configuration/configuring-applications
ghes
*
how_to
Enterprise
Fundamentals

Adjusting image caching

You can choose the amount of time that {% data variables.location.product_location %} caches avatars. When you increase the cache time, you increase the amount of time a user's avatar will take to load. Configuring the cache time with too low a value can overload {% data variables.location.product_location %} work processes.

{% data reusables.enterprise_site_admin_settings.access-settings %} {% data reusables.enterprise_site_admin_settings.management-console %} 3. In the "Settings" sidebar, click Applications. 4. Under "Avatar image cache time (seconds)", type the number of seconds that you would like {% data variables.location.product_location %} to cache avatar images. {% data reusables.enterprise_management_console.save-settings %}

{% ifversion status-check-retention %}

Enabling retention policy for checks

You can enable a retention policy for checks, actions, and associated data by setting thresholds for archival and deletion. For more information about configuring actions, see "AUTOTITLE."

{% data reusables.enterprise_site_admin_settings.access-settings %} {% data reusables.enterprise_site_admin_settings.management-console %}

  1. In the "Settings" sidebar, click Checks.
  2. Select Enable archiving of Checks-related data.
  3. Under "Archive threshold (days)", type the number of days for the archival threshold. Checks older than this number of days will be archived.
  4. Under "Delete threshold (days)", type the number of days for the deletion threshold. Archived checks older than this number of days will be permanently deleted. {% data reusables.enterprise_management_console.save-settings %} {% endif %}

{% ifversion azure-maps %}

Enabling interactive maps

You can allow users to create interactive maps using GeoJSON or TopoJSON syntax. For more information, see "AUTOTITLE."

To enable interactive maps on {% data variables.location.product_location %}, you must enable the feature and provide a public authentication token for Azure. For more information, see Authentication with Azure Maps in the Microsoft Docs.

{% data reusables.enterprise_site_admin_settings.access-settings %} {% data reusables.enterprise_site_admin_settings.management-console %}

  1. In the "Settings" sidebar, click Privacy.
  2. To enable interactive maps, select "Enable GeoJSON rendering".
  3. To configure authentication, under "Azure Maps API Token", paste your token. {% data reusables.enterprise_management_console.save-settings %} {% endif %}