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 5d3a593 commit baa67baCopy full SHA for baa67ba
src/main/java/org/embulk/output/sftp/SftpFileOutputPlugin.java
@@ -50,7 +50,7 @@ public interface PluginTask
50
public Boolean getUserDirIsRoot();
51
52
@Config("timeout")
53
- @ConfigDefault("600") // 10 munites
+ @ConfigDefault("600") // 10 minutes
54
public int getSftpConnectionTimeout();
55
56
@Config("path_prefix")
0 commit comments