watt.net.sftpSweepInterval value is in second or minute?

Hi,

Product/components used and version/fix level:

We are using WebMethod Intergration Server 10.3 and 10.11 (we are during a migration)

Detailed explanation of the problem:

On our Integration Server, we saw that watt.net.sftpSweepInterval has 600 as default value. But referring to the documentation 10.3 and 10.11, it’s should be 10.

Documentation :

watt.net.sftpSweepInterval

Specifies the frequency, measured in minutes, at which an SFTP sweeper executes. The SFTP sweeper iterates through the SFTP sessions in memory and removes the sessions that have exceeded their allotted idle timeout. By default, the SFTP sweeper executes every 10 minutes.

So, we were wondering if the value was in second or minute ? Because 600 minutes seems too long and unsecure

Thanks for your answer,

Best regards,

Error messages / full error message screenshot / log file:

Question related to a free trial, or to a production (customer) instance?

Hi Lucas,

I would assume that the value is defined as seconds to allow for intervals with less than a minute, otherwise the minimum interval would be a multiple of minutes.
In this case the default value of 600 seconds would represent the mentioned 10 minutes interval.
This will remove all SFTP sessions, which have expired in the last 10 minutes after being idle for to long.

Regards,
Holger