From 990651ce36277f2a5b88b1604b5d8740ab8ee627 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Thu, 14 May 2026 20:19:39 -0500 Subject: [PATCH] Delay down to 360 cause DelavicciSuxs --- ops/152.delay-down-to-360-cause-delaviccisuxs.sql | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ops/152.delay-down-to-360-cause-delaviccisuxs.sql diff --git a/ops/152.delay-down-to-360-cause-delaviccisuxs.sql b/ops/152.delay-down-to-360-cause-delaviccisuxs.sql new file mode 100644 index 00000000..d913c289 --- /dev/null +++ b/ops/152.delay-down-to-360-cause-delaviccisuxs.sql @@ -0,0 +1,13 @@ +-- @operation: export +-- @entity: batch +-- @name: Delay down to 360 cause DelavicciSuxs +-- @exportedAt: 2026-05-15T01:19:37.465Z +-- @opIds: 9139, 9140 + +-- --- BEGIN op 9139 ( update delay_profile "Radarr" ) +update "delay_profiles" set "usenet_delay" = 360 where "name" = 'Radarr' and "usenet_delay" = 720; +-- --- END op 9139 + +-- --- BEGIN op 9140 ( update delay_profile "Radarr" ) +update "delay_profiles" set "torrent_delay" = 360 where "name" = 'Radarr' and "torrent_delay" = 720; +-- --- END op 9140