An open API service indexing awesome lists of open source software.

https://github.com/castaglia/proftpd-mod_fsync

ProFTPD module for configuring fsync(2) usage
https://github.com/castaglia/proftpd-mod_fsync

fsync proftpd

Last synced: 2 months ago
JSON representation

ProFTPD module for configuring fsync(2) usage

Awesome Lists containing this project

README

        

proftpd-mod_fsync
=================

Status
------
[![GitHub Actions CI Status](https://github.com/Castaglia/proftpd-mod_fsync/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/Castaglia/proftpd-mod_fsync/actions/workflows/ci.yml)
[![License](https://img.shields.io/badge/license-GPL-brightgreen.svg)](https://img.shields.io/badge/license-GPL-brightgreen.svg)

Synopsis
--------
The `mod_fsync` module for ProFTPD allows for configuring when the
`fsync(2)` system call is used to flush data to disk, for use on
kernels/filesystems where the buffer cache algorithms are less than desirable.

See the [mod_fsync.html](https://htmlpreview.github.io/?https://github.com/Castaglia/proftpd-mod_fsync/blob/master/mod_fsync.html) documentation for more
details.