-
Type:
Suggestion
-
Resolution: Low Engagement
-
Component/s: Page - Editor - Legacy (TinyMCE)
-
3
NOTE: This suggestion is for Confluence Cloud. Using Confluence Server? See the corresponding suggestion.
The HeartBeatAction is currently called every 30 seconds, and this is hardcoded:
public class DefaultHeartbeatManager implements HeartbeatManager { public static final long TIMEOUT_MS = 30000;
30 seconds can be a bit too quick, and there is no way to adjust this interval (common misconception that this can be corrected with the Draft Save Interval). We need this to be adjustable, to avoid hitting into performance issues with users that left their browsers open in page edit.
- is related to
-
CONFSERVER-29749 Adjustable Confluence HeartBeat interval
- Closed