File: control

package info (click to toggle)
proftpd-mod-fsync 0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 92 kB
  • sloc: ansic: 213; makefile: 15
file content (21 lines) | stat: -rw-r--r-- 1,074 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: proftpd-mod-fsync
Section: net
Priority: optional
Maintainer: ProFTPD Maintainance Team <pkg-proftpd-maintainers@alioth-lists.debian.net>
Uploaders: Francesco Paolo Lovergine <frankie@debian.org>
Build-Depends: debhelper (>= 9.20160114), proftpd-dev (>= 1.3.6~)
Standards-Version: 4.1.4
Homepage: http://www.castaglia.org/proftpd/modules/mod_fsync.html
Vcs-Browser: https://salsa.debian.org/debian-proftpd-team/proftpd-mod-fsync
Vcs-Git: https://salsa.debian.org/debian-proftpd-team/proftpd-mod-fsync.git

Package: proftpd-mod-fsync
Architecture: any
Depends: proftpd-basic (>= 1.3.3d-4~), ${misc:Depends}, ${shlibs:Depends}, ${proftpd:Depends}
Description: ProFTPD module mod_fsync
 The mod_fsync module attempts to prevent such bottlenecks by forcibly 
 flushing to disk the buffers used for files open for writing after a 
 certain number of bytes have been written (for example, after 128 KB 
 has been written to a file). This prevents the buffer cache from being 
 dominated by data from files being written, freeing up space for data 
 for files being read.