-
Type:
Suggestion
-
Resolution: Won't Do
-
None
-
Component/s: Editor - Page / Comment Editor
-
2
-
4
NOTE: This suggestion is for Confluence Server. Using Confluence Cloud? 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.
- relates to
-
CONFCLOUD-29749 Adjustable Confluence HeartBeat interval
- Closed