diff --git a/src/client/app/common/views/components/time.vue b/src/client/app/common/views/components/time.vue
index 6e0d2b0dcb..58ed115620 100644
--- a/src/client/app/common/views/components/time.vue
+++ b/src/client/app/common/views/components/time.vue
@@ -59,7 +59,7 @@ export default Vue.extend({
 	created() {
 		if (this.mode == 'relative' || this.mode == 'detail') {
 			this.tick();
-			this.tickId = setInterval(this.tick, 1000);
+			this.tickId = setInterval(this.tick, 5000);
 		}
 	},
 	destroyed() {