We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07251fb commit f3b51bdCopy full SHA for f3b51bd
.github/workflows/deploy.yml
@@ -36,4 +36,5 @@ jobs:
36
protocol: ftps
37
port: 21
38
security: strict
39
+ lftp-settings: set net:max-retries 2; set net:reconnect-interval-base 5;
40
timeout: 90000 # <-- ADD THIS LINE: Increase timeout to 90 seconds
0 commit comments