From 3757f917a9718449a15279bf4b0adff6404d29d7 Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Thu, 10 Apr 2025 17:37:58 +0200 Subject: [PATCH] Revert to rotating token every 5 minutes It's default for a reason --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 05af2aa..108aa20 100644 --- a/config.toml +++ b/config.toml @@ -47,7 +47,7 @@ encrypt_query_params = true # [jobs] -[jobs.youtube_session] +# [jobs.youtube_session] # po_token_enabled = true # whether to generate PO tokens # frequency = "*/30 * * * *" # frequency of PO token refresh in cron format