Skip to content

Commit

Permalink
(chore) podcast download - only check last 20 instead of entire feed
Browse files Browse the repository at this point in the history
  • Loading branch information
dexter136 committed Apr 12, 2024
1 parent a3f51ef commit 542600a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 600-media/poddownloader/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
imagePullPolicy: IfNotPresent
env:
- name: LAST_N
value: "0"
value: "20"
- name: OVERWRITE
value: "false"
envFrom:
Expand Down

0 comments on commit 542600a

Please sign in to comment.