mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 08:57:10 -06:00
FIX: we don't need to refresh dates so often (#8367)
This commit is contained in:
parent
45648e46ba
commit
e6442a2d2f
@ -78,7 +78,10 @@
|
||||
.find(".relative-time")
|
||||
.text(formatedDateTime);
|
||||
|
||||
this.timeout = setTimeout(() => processElement($element, options), 10000);
|
||||
this.timeout = setTimeout(
|
||||
() => processElement($element, options),
|
||||
60 * 1000
|
||||
);
|
||||
}
|
||||
|
||||
function _formatTimezone(timezone) {
|
||||
|
Loading…
Reference in New Issue
Block a user