From 5e01c9c9a791cb6df25263089c0329d83a78e6f5 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 30 May 2024 16:59:21 +0200 Subject: [PATCH] Check latest plugin versions every 4 hours 12 hours is too much for important plugin releases --- config/default.yaml | 2 +- config/production.yaml.example | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/default.yaml b/config/default.yaml index cb6d49fd2..d2e69030d 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -419,7 +419,7 @@ plugins: # This is an unmoderated plugin index, so only install plugins/themes you trust index: enabled: true - check_latest_versions_interval: '12 hours' # How often you want to check new plugins/themes versions + check_latest_versions_interval: '4 hours' # How often you want to check new plugins/themes versions url: 'https://packages.joinpeertube.org' federation: diff --git a/config/production.yaml.example b/config/production.yaml.example index 9d2fe08be..7da979b13 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -417,7 +417,7 @@ plugins: # This is an unmoderated plugin index, so only install plugins/themes you trust index: enabled: true - check_latest_versions_interval: '12 hours' # How often you want to check new plugins/themes versions + check_latest_versions_interval: '4 hours' # How often you want to check new plugins/themes versions url: 'https://packages.joinpeertube.org' federation: