How to change the homepage refresh behaviourIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internalTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:0; } .sp td{ border-bottom: 1px solid; border-right: 1px solid; border-color:#E0E0E0; background-color: #ffffff; height: 20px; padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; } .sphr td{ border-right: 1px solid; border-bottom: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; height: 20px; } .title { color: #D1232B; font-weight:; font-size:25px; } .hd1{ color: #D1232B; font-weight:; font-size:18px; } .hd2{ color: #646464; font-weight:bold; font-size:16px; } .hd3{ color: #7a7a7a; font-weight:; font-size:16 px; text-decoration:; } .hd4{ color: #000000; font-weight:bold; font-size:14 px; text-decoration:; } --> ServiceNow uses a very open homepage configuration model that allows most users unlimited access to create and changing their homepage to fix their personal needs. One of these options allows for users to select an auto-refresh rate of their homepage by default. This list contains options for auto-refreshing every 5 minutes, 15 minutes, 30 minutes, or 1 hour. ResolutionHow to change the listed refresh rates The default list can be overwritten by adding a new property with a comma-separated list of options. These values are in seconds. In the example below, the 5-minute option (300) will be removed. Navigate to the module: System Properties > All PropertiesCreate a new property with the following settings: Name: glide.home.refresh_intervalsDescription: Comma-separated list of refresh intervals available on homepages.Type: StringValue: 900,1800,3600 When removing an interval, consider changing all users that are using this interval to a new value. Navigate to the module User Administration > User PreferencesFilter > Name is "home_refresh" and the value 300 or off.Use the "Update All" list control option to set the value to one of the new intervals. NOTE: Adding a value less than 5 minutes (300 seconds) will lead to performance issues as homepage transactions make up between 30-50% of most instances' user traffic.Related LinksFor more information see the product documentation to refresh the homepage