Skip to content

Commit

Permalink
Merge pull request #1072 from chanikag/vfsToMain
Browse files Browse the repository at this point in the history
Add VFS properties content
  • Loading branch information
DinithiDiaz authored Nov 1, 2024
2 parents ebe54ec + 101cfd1 commit 604b599
Showing 1 changed file with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,30 @@ See [Creating a Proxy Service]({{base_path}}/develop/creating-artifacts/creating
When this parameter is set to <code>true</code>, the newly created file will have the same last-modified timestamp as the original file. The default setting is <code>true</code>.
</td>
</tr>
<tr>
<td>transport.vfs.CheckSizeIgnoreEmpty</td>
<td>
When this parameter is set to <code>true</code>, empty files are ignored during reading. The default setting is <code>false</code>.
</td>
</tr>
<tr>
<td>transport.vfs.CheckSizeInterval</td>
<td>
The duration in milliseconds between the size checks on files.
</td>
</tr>
<tr>
<td>transport.vfs.MinimumAge</td>
<td>
The minimum duration in seconds for file age since the last modified time.
</td>
</tr>
<tr>
<td>transport.vfs.MaximumAge</td>
<td>
The maximum duration in seconds for file age since the last modified time.
</td>
</tr>
</tbody>
</table>

Expand Down

0 comments on commit 604b599

Please sign in to comment.