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
- Host: GitHub
- URL: https://github.com/castaglia/proftpd-mod_fsync
- Owner: Castaglia
- Created: 2017-04-21T14:34:30.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-02T20:25:20.000Z (about 2 years ago)
- Last Synced: 2025-02-03T21:45:56.805Z (4 months ago)
- Topics: fsync, proftpd
- Language: C
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
proftpd-mod_fsync
=================Status
------
[](https://github.com/Castaglia/proftpd-mod_fsync/actions/workflows/ci.yml)
[](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.