Skip to content
Snippets Groups Projects
Commit e2f051ac authored by rswindell's avatar rswindell
Browse files

Clarify min_dspace usage (minimum diskspace in *kilobytes*).

parent 171725aa
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
* @format.tab-size 4 (Plain Text/Source Code File Header) *
* @format.use-tabs true (see http://www.synchro.net/ptsc_hdr.html) *
* *
* Copyright 2006 Rob Swindell - http://www.synchro.net/copyright.html *
* Copyright 2008 Rob Swindell - http://www.synchro.net/copyright.html *
* *
* This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License *
......@@ -42,7 +42,7 @@
#ifdef BUILD_JSDOCS
static char* file_area_prop_desc[] = {
"minimum amount of available disk space (in bytes) required for user uploads to be allowed"
"minimum amount of available disk space (in kilobytes) required for user uploads to be allowed"
,"file area settings (bitfield) - see <tt>FM_*</tt> in <tt>sbbsdefs.js</tt> for details"
,NULL
};
......
......@@ -8,7 +8,7 @@
* @format.tab-size 4 (Plain Text/Source Code File Header) *
* @format.use-tabs true (see http://www.synchro.net/ptsc_hdr.html) *
* *
* Copyright 2000 Rob Swindell - http://www.synchro.net/copyright.html *
* Copyright 2008 Rob Swindell - http://www.synchro.net/copyright.html *
* *
* This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License *
......@@ -522,7 +522,7 @@ typedef struct
uint32_t expired_flags4; /* Flags from set #4 to remove when expired */
uint32_t expired_exempt; /* Exemptions to remove when expired */
uint32_t expired_rest; /* Restrictions to add when expired */
uint16_t min_dspace; /* Minimum amount of free space for uploads */
uint16_t min_dspace; /* Minimum amount of free space for uploads (in kilobytes) */
uint16_t max_batup; /* Max number of files in upload queue */
uint16_t max_batdn; /* Max number of files in download queue */
uint16_t max_userxfer; /* Max dest. users of user to user xfer */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment