telepathyClient: Increase the timestamp timeout to 3 minutes
The timestamp timeout specifies how long we should wait before adding a timestamp to the notification. A timeout of one minute ended up showing a lot of timestamps, so increase it to 3 minutes. https://bugzilla.gnome.org/show_bug.cgi?id=687809
This commit is contained in:
parent
4f14f122bd
commit
681ef1efec
@ -18,7 +18,7 @@ const Params = imports.misc.params;
|
||||
const PopupMenu = imports.ui.popupMenu;
|
||||
|
||||
// See Notification.appendMessage
|
||||
const SCROLLBACK_IMMEDIATE_TIME = 60; // 1 minute
|
||||
const SCROLLBACK_IMMEDIATE_TIME = 3 * 60; // 3 minutes
|
||||
const SCROLLBACK_RECENT_TIME = 15 * 60; // 15 minutes
|
||||
const SCROLLBACK_RECENT_LENGTH = 20;
|
||||
const SCROLLBACK_IDLE_LENGTH = 5;
|
||||
|
Loading…
Reference in New Issue
Block a user