mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2026-03-15 09:30:08 -04:00
Adjust Default Delay Profile to 600m
This commit is contained in:
13
ops/62.adjust-default-delay-profile-to-600m.sql
Normal file
13
ops/62.adjust-default-delay-profile-to-600m.sql
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
-- @operation: export
|
||||||
|
-- @entity: batch
|
||||||
|
-- @name: Adjust Default Delay Profile to 600m
|
||||||
|
-- @exportedAt: 2026-02-24T15:26:18.720Z
|
||||||
|
-- @opIds: 432, 433
|
||||||
|
|
||||||
|
-- --- BEGIN op 432 ( update delay_profile "Radarr" )
|
||||||
|
update "delay_profiles" set "usenet_delay" = 600, "torrent_delay" = 600 where "name" = 'Radarr' and "usenet_delay" = 300 and "torrent_delay" = 300;
|
||||||
|
-- --- END op 432
|
||||||
|
|
||||||
|
-- --- BEGIN op 433 ( update delay_profile "Sonarr" )
|
||||||
|
update "delay_profiles" set "usenet_delay" = 600, "torrent_delay" = 600 where "name" = 'Sonarr' and "usenet_delay" = 300 and "torrent_delay" = 300;
|
||||||
|
-- --- END op 433
|
||||||
Reference in New Issue
Block a user