Skip to content

Commit

Permalink
INT-3797: Fix SFTP doc for CachingSessionFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Aug 14, 2015
1 parent 3133782 commit a5e5a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reference/asciidoc/sftp.adoc
Expand Up @@ -239,7 +239,7 @@ If you want your Sessions to be cached, simply configure your default Session Fa
<bean id="cachingSessionFactory"
class="org.springframework.integration.file.remote.session.CachingSessionFactory">
<constructor-arg ref="sftpSessionFactory"/>
<property name="sessionCacheSize" value="10"/>
<constructor-arg value="10"/>
<property name="sessionWaitTimeout" value="1000"/>
</bean>
----
Expand Down

0 comments on commit a5e5a7b

Please sign in to comment.